Searched refs:UnreachableBlocks (Results 1 – 2 of 2) sorted by relevance
52 std::vector<BasicBlock*> UnreachableBlocks; in runOnFunction() local57 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()
694 SmallVector<const MachineBasicBlock *, 16> UnreachableBlocks; in getFuncletMembership() local703 UnreachableBlocks.push_back(&MBB); in getFuncletMembership()727 for (const MachineBasicBlock *MBB : UnreachableBlocks) in getFuncletMembership()