Home
last modified time | relevance | path

Searched refs:exitBlocks (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp40 SmallVector<BasicBlock*, 4>& exitBlocks,
79 SmallVector<BasicBlock*, 4>& exitBlocks, in IsLoopDead() argument
81 BasicBlock* exitBlock = exitBlocks[0]; in IsLoopDead()
149 SmallVector<BasicBlock*, 4> exitBlocks; in runOnLoop() local
150 L->getUniqueExitBlocks(exitBlocks); in runOnLoop()
156 if (exitBlocks.size() != 1) in runOnLoop()
161 if (!IsLoopDead(L, exitingBlocks, exitBlocks, Changed, preheader)) in runOnLoop()
173 BasicBlock* exitBlock = exitBlocks[0]; in runOnLoop()
/external/llvm/lib/CodeGen/
DShrinkWrapping.cpp642 SmallVector<MachineBasicBlock*, 4> exitBlocks; in addUsesForTopLevelLoops() local
652 LP->getExitBlocks(exitBlocks); in addUsesForTopLevelLoops()
653 assert(exitBlocks.size() > 0 && "Loop has no top level exit blocks?"); in addUsesForTopLevelLoops()
654 for (unsigned i = 0, e = exitBlocks.size(); i != e; ++i) { in addUsesForTopLevelLoops()
655 MachineBasicBlock* EXB = exitBlocks[i]; in addUsesForTopLevelLoops()