Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2488 bool CondConstant; in emitOMPSimdRegion() local
2490 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()
2491 if (!CondConstant) in emitOMPSimdRegion()
3071 bool CondConstant; in EmitOMPWorksharingLoop() local
3073 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
3074 if (!CondConstant) in EmitOMPWorksharingLoop()
4248 bool CondConstant; in EmitOMPTaskBasedDirective() local
4249 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
4250 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
5064 bool CondConstant; in EmitOMPDistributeLoop() local
[all …]
H A DCGStmt.cpp721 bool CondConstant; in EmitIfStmt() local
722 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()
727 if (!CondConstant) // Condition false? in EmitIfStmt()
733 if (CondConstant) in EmitIfStmt()
H A DCGOpenMPRuntime.cpp2039 bool CondConstant; in emitIfClause() local
2040 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()
2041 if (CondConstant) in emitIfClause()