Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2493 bool CondConstant; in emitOMPSimdRegion() local
2496 if (!CondConstant) in emitOMPSimdRegion()
3098 bool CondConstant; in EmitOMPWorksharingLoop() local
3101 if (!CondConstant) in EmitOMPWorksharingLoop()
4274 bool CondConstant; in EmitOMPTaskBasedDirective() local
4275 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
4276 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
5090 bool CondConstant; in EmitOMPDistributeLoop() local
5093 if (!CondConstant) in EmitOMPDistributeLoop()
6902 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
[all …]
H A DCGStmt.cpp724 bool CondConstant; in EmitIfStmt() local
725 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()
730 if (!CondConstant) // Condition false? in EmitIfStmt()
736 if (CondConstant) in EmitIfStmt()
H A DCGOpenMPRuntime.cpp2043 bool CondConstant; in emitIfClause() local
2044 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()
2045 if (CondConstant) in emitIfClause()