Searched refs:runBeforePass (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePassManager.cpp | 63 if (!PI.runBeforePass<Module>(*Passes[Idx], M)) in run() 92 if (!PI.runBeforePass<MachineFunction>(*P, MF)) in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PassManager.cpp | 120 if (!PI.runBeforePass<Function>(*Pass, F)) in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPassManager.cpp | 209 if (PI.runBeforePass<Function>(LoopCanonicalizationFPM, F)) { in run() 303 if (!PI.runBeforePass<Loop>(*Pass, *L)) in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 84 if (!PI.runBeforePass(*Pass, *C)) in run() 272 if (!PI.runBeforePass<LazyCallGraph::SCC>(*Pass, *C)) in run() 402 if (!PI.runBeforePass<LazyCallGraph::SCC>(*Pass, *C)) in run() 532 if (!PI.runBeforePass<Function>(*Pass, F)) in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PassInstrumentation.h | 229 bool runBeforePass(const PassT &Pass, const IRUnitT &IR) const { in runBeforePass() function
|
| H A D | PassManager.h | 540 if (!PI.runBeforePass<IRUnitT>(*Pass, IR)) in run() 1360 if (!PI.runBeforePass<IRUnitT>(P, IR)) in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopPassManager.h | 405 if (!PI.runBeforePass<Loop>(*Pass, L))
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 468 void runBeforePass(StringRef PassID, Any IR);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1482 [this](StringRef P, Any IR) { this->runBeforePass(P, IR); }); in registerCallbacks() 1492 [this](StringRef P, Any IR) { this->runBeforePass(P, IR); }); in registerCallbacks() 1497 void TimeProfilingPassesHandler::runBeforePass(StringRef PassID, Any IR) { in runBeforePass() function in TimeProfilingPassesHandler
|