Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp956 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
961 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopCond)); in EmitDoStmt()
972 EmitBlock(LoopCond.getBlock()); in EmitDoStmt()
1012 SimplifyForwardingBlocks(LoopCond.getBlock()); in EmitDoStmt()
H A DCodeGenFunction.h3644 const Expr *LoopCond, const Expr *IncExpr,
H A DCGStmtOpenMP.cpp2073 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop() argument
2107 EmitBranchOnBoolExpr(LoopCond, LoopBody, ExitBlock, getProfileCount(&S)); in EmitOMPInnerLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp684 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
687 if (!L.isLoopInvariant(LoopCond)) in unswitchTrivialSwitch()
799 auto *NewSI = SwitchInst::Create(LoopCond, NewPH, ExitCases.size(), OldPH); in unswitchTrivialSwitch()