Searched refs:LoopEnd (Results 1 – 3 of 3) sorted by relevance
224 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);226 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);724 BasicBlock *LoopEnd) { in wireFlow() argument749 while (!Order.empty() && !Visited.count(LoopEnd) && in wireFlow()751 handleLoops(false, LoopEnd); in wireFlow()760 BasicBlock *LoopEnd) { in handleLoops() argument765 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()772 LoopEnd = Loops[Node->getEntry()]; in handleLoops()773 wireFlow(false, LoopEnd); in handleLoops()774 while (!Visited.count(LoopEnd)) { in handleLoops()[all …]
707 Context LoopEnd = CurrBlockInfo->ExitContext; in traverseCFG() local708 intersectBackEdge(LoopBegin, LoopEnd); in traverseCFG()2135 CFGBlockInfo *LoopEnd = &BlockInfo[CurrBlockID]; in runAnalysis() local2136 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet, in runAnalysis()
1434 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt() local1632 BreakContinueStack.push_back(BreakContinue(LoopEnd, AfterBody)); in EmitObjCForCollectionStmt()1699 EmitBlock(LoopEnd.getBlock()); in EmitObjCForCollectionStmt()