Searched refs:removeDeadPasses (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | RegionPass.cpp | 136 removeDeadPasses(P, in runOnFunction()
|
H A D | LoopPass.cpp | 258 removeDeadPasses(P, in runOnFunction()
|
H A D | CallGraphSCCPass.cpp | 489 removeDeadPasses(P, "", ON_CG_MSG); in RunAllPassesOnSCC()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LegacyPassManagers.h | 313 void removeDeadPasses(Pass *P, StringRef Msg,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 973 void PMDataManager::removeDeadPasses(Pass *P, StringRef Msg, in removeDeadPasses() function in PMDataManager 1476 removeDeadPasses(FP, Name, ON_FUNCTION_MSG); in runOnFunction() 1586 removeDeadPasses(MP, M.getModuleIdentifier(), ON_MODULE_MSG); in runOnModule()
|