Searched defs:IfCond (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/MCParser/ |
D | AsmCond.h | 26 IfCond, // inside if conditional enumerator
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 863 const Expr *IfCond = nullptr; in emitCommonOMPParallelDirective() local 2011 const Expr *IfCond = nullptr; in EmitOMPTaskDirective() local 2559 const Expr *IfCond = nullptr; in EmitOMPTargetDirective() local 2586 const Expr *IfCond = nullptr; in EmitOMPCancelDirective() local
|
D | CGOpenMPRuntime.cpp | 1267 const Expr *IfCond) { in emitParallelCall() 1416 static void emitIfStmt(CodeGenFunction &CGF, llvm::Value *IfCond, in emitIfStmt() 2283 const Expr *IfCond, ArrayRef<const Expr *> PrivateVars, in emitTaskCall() 3198 const Expr *IfCond, in emitCancelCall() 3254 const Expr *IfCond, const Expr *Device, in emitTargetCall()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1821 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() local
|