Searched refs:LoopCond (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1104 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 D | CGStmtOpenMP.cpp | 2109 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop() argument 2143 EmitBranchOnBoolExpr(LoopCond, LoopBody, ExitBlock, getProfileCount(&S)); in EmitOMPInnerLoop()
|
H A D | CodeGenFunction.h | 3979 const Expr *LoopCond, const Expr *IncExpr,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 747 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()
|