Searched defs:LoopExit (Results 1 – 8 of 8) sorted by relevance
691 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt() local767 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt() local829 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt() local928 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt() local
1299 JumpDest LoopExit) { in EmitOMPLoopBody()1329 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); in EmitOMPInnerLoop() local1667 CodeGenFunction::JumpDest LoopExit) { in emitOMPLoopBodyWithStopPoint()1787 JumpDest LoopExit = getJumpDestInCurrentScope("omp.dispatch.end"); in EmitOMPOuterLoop() local2131 CodeGenFunction::JumpDest LoopExit) { in emitInnerParallelForWhenCombined()2357 JumpDest LoopExit = in EmitOMPWorksharingLoop() local3398 JumpDest LoopExit = in EmitOMPDistributeLoop() local
222 BasicBlock *LoopExit = BasicBlock::Create(Builder.getContext(), in generateUnsignedDivisionCode() local
562 BasicBlock *LoopExit = BI->getSuccessor(ContinueOnTrue); in UnrollLoop() local
255 BasicBlock *LoopExit = BI->getSuccessor(ContinueOnTrue); in UnrollAndJamLoop() local
717 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit() function
65 LoopExit, enumerator
428 BasicBlock *LoopExit; member in __anonceaba13a0211::LoopInterchangeTransform