Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp785 bool CondConstant; in EmitIfStmt() local
786 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()
791 if (!CondConstant) // Condition false? in EmitIfStmt()
797 if (CondConstant) in EmitIfStmt()
H A DCGStmtOpenMP.cpp2520 bool CondConstant; in emitOMPSimdRegion() local
2523 if (!CondConstant) in emitOMPSimdRegion()
3232 bool CondConstant; in EmitOMPWorksharingLoop() local
3235 if (!CondConstant) in EmitOMPWorksharingLoop()
4542 bool CondConstant; in EmitOMPTaskBasedDirective() local
4543 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
4544 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
5527 bool CondConstant; in EmitOMPDistributeLoop() local
5530 if (!CondConstant) in EmitOMPDistributeLoop()
7581 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
[all …]
H A DCGOpenMPRuntime.cpp2007 bool CondConstant; in emitIfClause() local
2008 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()
2009 if (CondConstant) in emitIfClause()