Searched defs:LoopExit (Results 1 – 8 of 8) sorted by relevance
730 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt() local806 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt() local868 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt() local967 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt() local
1481 JumpDest LoopExit) { in EmitOMPLoopBody()1528 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); in EmitOMPInnerLoop() local1888 CodeGenFunction::JumpDest LoopExit) { in emitOMPLoopBodyWithStopPoint()2053 JumpDest LoopExit = getJumpDestInCurrentScope("omp.dispatch.end"); in EmitOMPOuterLoop() local2404 CodeGenFunction::JumpDest LoopExit) { in emitInnerParallelForWhenCombined()2619 JumpDest LoopExit = in EmitOMPWorksharingLoop() local3726 JumpDest LoopExit = in EmitOMPDistributeLoop() local
221 BasicBlock *LoopExit = BasicBlock::Create(Builder.getContext(), in generateUnsignedDivisionCode() local
255 BasicBlock *LoopExit = BI->getSuccessor(ContinueOnTrue); in UnrollAndJamLoop() local
533 BasicBlock *LoopExit = nullptr; in UnrollLoop() local
715 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit() function
64 LoopExit, enumerator
426 BasicBlock *LoopExit; member in __anon9eb9e62c0211::LoopInterchangeTransform