Home
last modified time | relevance | path

Searched refs:CondConstant (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2528 bool CondConstant; in emitOMPSimdRegion() local
2531 if (!CondConstant) in emitOMPSimdRegion()
3290 bool CondConstant; in EmitOMPWorksharingLoop() local
3293 if (!CondConstant) in EmitOMPWorksharingLoop()
4595 bool CondConstant; in EmitOMPTaskBasedDirective() local
4596 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
4597 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
5591 bool CondConstant; in EmitOMPDistributeLoop() local
5594 if (!CondConstant) in EmitOMPDistributeLoop()
7557 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
[all …]
H A DCGStmt.cpp787 bool CondConstant; in EmitIfStmt() local
788 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()
793 if (!CondConstant) // Condition false? in EmitIfStmt()
799 if (CondConstant) in EmitIfStmt()
H A DCGOpenMPRuntime.cpp2004 bool CondConstant; in emitIfClause() local
2005 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()
2006 if (CondConstant) in emitIfClause()