Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp255 bool simplifyCleanupReturn(CleanupReturnInst *RI);
4921 bool SimplifyCFGOpt::simplifyCleanupReturn(CleanupReturnInst *RI) { in simplifyCleanupReturn() function in SimplifyCFGOpt
7139 Changed |= simplifyCleanupReturn(cast<CleanupReturnInst>(Terminator)); in simplifyOnce()