Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1701 bool CondConstant; in emitOMPSimdRegion() local
1704 if (!CondConstant) in emitOMPSimdRegion()
2249 bool CondConstant; in EmitOMPWorksharingLoop() local
2252 if (!CondConstant) in EmitOMPWorksharingLoop()
2798 bool CondConstant; in EmitOMPTaskBasedDirective() local
2799 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
2800 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
3303 bool CondConstant; in EmitOMPDistributeLoop() local
3306 if (!CondConstant) in EmitOMPDistributeLoop()
4901 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
[all …]
H A DCGStmt.cpp613 bool CondConstant; in EmitIfStmt() local
614 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()
619 if (!CondConstant) // Condition false? in EmitIfStmt()
625 if (CondConstant) in EmitIfStmt()
H A DCGOpenMPRuntime.cpp2806 bool CondConstant; in emitOMPIfClause() local
2807 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitOMPIfClause()
2808 if (CondConstant) in emitOMPIfClause()