Home
last modified time | relevance | path

Searched defs:IfCond (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/MCParser/
DAsmCond.h26 IfCond, // inside if conditional enumerator
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp863 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
DCGOpenMPRuntime.cpp1267 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/
DSimplifyCFG.cpp1821 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() local