Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2528 bool CondConstant; in emitOMPSimdRegion() local
2530 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()
2531 if (!CondConstant) in emitOMPSimdRegion()
3290 bool CondConstant; in EmitOMPWorksharingLoop() local
3292 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
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
[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()