Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp967 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
972 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopCond)); in EmitDoStmt()
983 EmitBlock(LoopCond.getBlock()); in EmitDoStmt()
1023 SimplifyForwardingBlocks(LoopCond.getBlock()); in EmitDoStmt()
H A DCodeGenFunction.h3647 const Expr *LoopCond, const Expr *IncExpr,
H A DCGStmtOpenMP.cpp2081 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop() argument
2115 EmitBranchOnBoolExpr(LoopCond, LoopBody, ExitBlock, getProfileCount(&S)); in EmitOMPInnerLoop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp701 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
704 if (!L.isLoopInvariant(LoopCond)) in unswitchTrivialSwitch()
816 auto *NewSI = SwitchInst::Create(LoopCond, NewPH, ExitCases.size(), OldPH); in unswitchTrivialSwitch()