Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1104 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
1109 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopCond)); in EmitDoStmt()
1128 EmitBlock(LoopCond.getBlock()); in EmitDoStmt()
1170 SimplifyForwardingBlocks(LoopCond.getBlock()); in EmitDoStmt()
H A DCGStmtOpenMP.cpp2109 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop() argument
2143 EmitBranchOnBoolExpr(LoopCond, LoopBody, ExitBlock, getProfileCount(&S)); in EmitOMPInnerLoop()
H A DCodeGenFunction.h3979 const Expr *LoopCond, const Expr *IncExpr,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp747 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
750 if (!L.isLoopInvariant(LoopCond)) in unswitchTrivialSwitch()
870 auto *NewSI = SwitchInst::Create(LoopCond, NewPH, ExitCases.size(), OldPH); in unswitchTrivialSwitch()