Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp143 bool SimplifyCleanupReturn(CleanupReturnInst *RI);
3267 bool SimplifyCFGOpt::SimplifyCleanupReturn(CleanupReturnInst *RI) { in SimplifyCleanupReturn() function in SimplifyCFGOpt
5137 if (SimplifyCleanupReturn(RI)) return true; in run()