Home
last modified time | relevance | path

Searched defs:LoopCond (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1098 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); EmitDoStmt() local
H A DCGStmtOpenMP.cpp2104 EmitOMPInnerLoop(const OMPExecutableDirective & S,bool RequiresCleanup,const Expr * LoopCond,const Expr * IncExpr,const llvm::function_ref<void (CodeGenFunction &)> BodyGen,const llvm::function_ref<void (CodeGenFunction &)> PostIncGen) EmitOMPInnerLoop() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp744 Value *LoopCond = SI.getCondition(); unswitchTrivialSwitch() local