Searched refs:LoopCond (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 967 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 D | CodeGenFunction.h | 3647 const Expr *LoopCond, const Expr *IncExpr,
|
| H A D | CGStmtOpenMP.cpp | 2081 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 D | SimpleLoopUnswitch.cpp | 701 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()
|