Home
last modified time | relevance | path

Searched refs:LoopEnd (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp224 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
226 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
724 BasicBlock *LoopEnd) { in wireFlow() argument
749 while (!Order.empty() && !Visited.count(LoopEnd) && in wireFlow()
751 handleLoops(false, LoopEnd); in wireFlow()
760 BasicBlock *LoopEnd) { in handleLoops() argument
765 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 …]
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp707 Context LoopEnd = CurrBlockInfo->ExitContext; in traverseCFG() local
708 intersectBackEdge(LoopBegin, LoopEnd); in traverseCFG()
2135 CFGBlockInfo *LoopEnd = &BlockInfo[CurrBlockID]; in runAnalysis() local
2136 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet, in runAnalysis()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1434 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt() local
1632 BreakContinueStack.push_back(BreakContinue(LoopEnd, AfterBody)); in EmitObjCForCollectionStmt()
1699 EmitBlock(LoopEnd.getBlock()); in EmitObjCForCollectionStmt()