Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp158 bool SimplifyCleanupReturn(CleanupReturnInst *RI);
3645 bool SimplifyCFGOpt::SimplifyCleanupReturn(CleanupReturnInst *RI) { in SimplifyCleanupReturn() function in SimplifyCFGOpt
5509 if (SimplifyCleanupReturn(RI)) in run()