| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePassManager.cpp | 126 if (!PI.runBeforePass<MachineFunction>(*Pass, MF)) in run() 150 if (!PI.runBeforePass<MachineFunction>(*Pass, MF)) in run()
|
| H A D | DroppedVariableStatsMIR.cpp | 19 void DroppedVariableStatsMIR::runBeforePass(StringRef PassID, in runBeforePass() function in DroppedVariableStatsMIR
|
| H A D | MachineFunctionPass.cpp | 104 DroppedVarStatsMF.runBeforePass(PassName, &MF); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DroppedVariableStatsIR.cpp | 28 void DroppedVariableStatsIR::runBeforePass(StringRef P, Any IR) { in runBeforePass() function in DroppedVariableStatsIR 95 [this](StringRef P, Any IR) { return runBeforePass(P, IR); }); in registerCallbacks()
|
| H A D | PassManager.cpp | 124 if (!PI.runBeforePass<Function>(*Pass, F)) in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DroppedVariableStatsMIR.h | 30 void runBeforePass(StringRef PassID, MachineFunction *MF);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DroppedVariableStatsIR.h | 37 void runBeforePass(StringRef P, Any IR);
|
| H A D | PassManagerImpl.h | 73 if (!PI.runBeforePass<IRUnitT>(*Pass, IR)) in run()
|
| H A D | PassInstrumentation.h | 239 bool runBeforePass(const PassT &Pass, const IRUnitT &IR) const {
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPassManager.cpp | 208 if (PI.runBeforePass<Function>(LoopCanonicalizationFPM, F)) { in run() 299 if (!PI.runBeforePass<Loop>(*Pass, *L)) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 89 if (!PI.runBeforePass(*Pass, *C)) in run() 278 if (!PI.runBeforePass<LazyCallGraph::SCC>(*Pass, *C)) in run() 417 if (!PI.runBeforePass<LazyCallGraph::SCC>(*Pass, *C)) in run() 545 if (!PI.runBeforePass<Function>(*Pass, F)) in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopPassManager.h | 369 if (!PI.runBeforePass<Loop>(*Pass, L))
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 498 void runBeforePass(StringRef PassID, Any IR);
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1572 [this](StringRef P, Any IR) { this->runBeforePass(P, IR); }); in registerCallbacks() 1582 [this](StringRef P, Any IR) { this->runBeforePass(P, IR); }); in registerCallbacks() 1587 void TimeProfilingPassesHandler::runBeforePass(StringRef PassID, Any IR) { in runBeforePass() function in TimeProfilingPassesHandler
|