Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DUnifyFunctionExitNodes.cpp52 std::vector<BasicBlock*> UnreachableBlocks; in runOnFunction() local
57 UnreachableBlocks.push_back(&I); in runOnFunction()
60 if (UnreachableBlocks.empty()) { in runOnFunction()
62 } else if (UnreachableBlocks.size() == 1) { in runOnFunction()
63 UnreachableBlock = UnreachableBlocks.front(); in runOnFunction()
69 for (std::vector<BasicBlock*>::iterator I = UnreachableBlocks.begin(), in runOnFunction()
70 E = UnreachableBlocks.end(); I != E; ++I) { in runOnFunction()
/external/llvm/lib/CodeGen/
DAnalysis.cpp694 SmallVector<const MachineBasicBlock *, 16> UnreachableBlocks; in getFuncletMembership() local
703 UnreachableBlocks.push_back(&MBB); in getFuncletMembership()
727 for (const MachineBasicBlock *MBB : UnreachableBlocks) in getFuncletMembership()