Searched defs:SimplifyUnreachable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp144 bool SimplifyUnreachable(UnreachableInst *UI);
3435 bool SimplifyCFGOpt::SimplifyUnreachable(UnreachableInst *UI) { function in class:SimplifyCFGOpt
5142 if (SimplifyUnreachable(UI)) return true;

Completed in 64 milliseconds