Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
4622 bool CondConstant; in EmitOMPTaskBasedDirective() local
4623 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
4624 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
5625 bool CondConstant; in EmitOMPDistributeLoop() local
5628 if (!CondConstant) in EmitOMPDistributeLoop()
7637 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
[all …]
H A DCGStmt.cpp794 bool CondConstant; in EmitIfStmt() local
795 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()
800 if (!CondConstant) // Condition false? in EmitIfStmt()
806 if (CondConstant) in EmitIfStmt()
H A DCGOpenMPRuntime.cpp1833 bool CondConstant; in emitIfClause() local
1834 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()
1835 if (CondConstant) in emitIfClause()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5669 auto CondConstant = CI->getSExtValue(); in emitIfClause() local
5670 if (CondConstant) in emitIfClause()