Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp986 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
991 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopCond)); in EmitDoStmt()
1002 EmitBlock(LoopCond.getBlock()); in EmitDoStmt()
1042 SimplifyForwardingBlocks(LoopCond.getBlock()); in EmitDoStmt()
H A DCodeGenFunction.h3751 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp742 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
745 if (!L.isLoopInvariant(LoopCond)) in unswitchTrivialSwitch()
863 auto *NewSI = SwitchInst::Create(LoopCond, NewPH, ExitCases.size(), OldPH); in unswitchTrivialSwitch()