Searched refs:removeDeadPasses (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | RegionPass.cpp | 125 removeDeadPasses(P, in runOnFunction()
|
D | LoopPass.cpp | 281 removeDeadPasses(P, in runOnFunction()
|
D | CallGraphSCCPass.cpp | 451 removeDeadPasses(P, "", ON_CG_MSG); in RunAllPassesOnSCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 317 void removeDeadPasses(Pass *P, StringRef Msg,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 963 void PMDataManager::removeDeadPasses(Pass *P, StringRef Msg, in removeDeadPasses() function in PMDataManager 1507 removeDeadPasses(FP, F.getName(), ON_FUNCTION_MSG); in runOnFunction() 1606 removeDeadPasses(MP, M.getModuleIdentifier(), ON_MODULE_MSG); in runOnModule()
|