Home
last modified time | relevance | path

Searched refs:UnreachableBlocks (Results 1 – 1 of 1) 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()