Searched refs:runBeforePass (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePassManager.cpp | 123 if (!PI.runBeforePass<MachineFunction>(*Pass, MF)) in run() 147 if (!PI.runBeforePass<MachineFunction>(*Pass, MF)) in run()
|
/freebsd/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/contrib/llvm-project/llvm/lib/IR/ |
H A D | PassManager.cpp | 121 if (!PI.runBeforePass<Function>(*Pass, F)) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 84 if (!PI.runBeforePass(*Pass, *C)) in run() 271 if (!PI.runBeforePass<LazyCallGraph::SCC>(*Pass, *C)) in run() 410 if (!PI.runBeforePass<LazyCallGraph::SCC>(*Pass, *C)) in run() 540 if (!PI.runBeforePass<Function>(*Pass, F)) in run()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PassManagerImpl.h | 78 if (!PI.runBeforePass<IRUnitT>(*Pass, IR)) in run()
|
H A D | PassInstrumentation.h | 236 bool runBeforePass(const PassT &Pass, const IRUnitT &IR) const { in runBeforePass() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopPassManager.h | 372 if (!PI.runBeforePass<Loop>(*Pass, L))
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 482 void runBeforePass(StringRef PassID, Any IR);
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1575 [this](StringRef P, Any IR) { this->runBeforePass(P, IR); }); in registerCallbacks() 1585 [this](StringRef P, Any IR) { this->runBeforePass(P, IR); }); in registerCallbacks() 1590 void TimeProfilingPassesHandler::runBeforePass(StringRef PassID, Any IR) { in runBeforePass() function in TimeProfilingPassesHandler
|