Searched refs:removeDeadPasses (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | RegionPass.cpp | 127 removeDeadPasses(P, in runOnFunction()
|
D | LoopPass.cpp | 225 removeDeadPasses(P, CurrentLoop->isUnloop() in runOnFunction()
|
D | CallGraphSCCPass.cpp | 428 removeDeadPasses(P, "", ON_CG_MSG); in RunAllPassesOnSCC()
|
/external/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 324 void removeDeadPasses(Pass *P, StringRef Msg,
|
/external/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 934 void PMDataManager::removeDeadPasses(Pass *P, StringRef Msg, in removeDeadPasses() function in PMDataManager 1334 removeDeadPasses(BP, I->getName(), ON_BASICBLOCK_MSG); in runOnFunction() 1549 removeDeadPasses(FP, F.getName(), ON_FUNCTION_MSG); in runOnFunction() 1627 removeDeadPasses(MP, M.getModuleIdentifier(), ON_MODULE_MSG); in runOnModule()
|