Searched refs:runBeforePass (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachinePassManager.cpp | 89 if (!PI.runBeforePass<MachineFunction>(*P, MF)) in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | PassManager.cpp | 121 if (!PI.runBeforePass<Function>(*Pass, F)) in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPassManager.cpp | 209 if (PI.runBeforePass<Function>(LoopCanonicalizationFPM, F)) { in run() 302 if (!PI.runBeforePass<Loop>(*Pass, *L)) in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 84 if (!PI.runBeforePass(*Pass, *C)) in run() 274 if (!PI.runBeforePass<LazyCallGraph::SCC>(*Pass, *C)) in run() 406 if (!PI.runBeforePass<LazyCallGraph::SCC>(*Pass, *C)) in run() 538 if (!PI.runBeforePass<Function>(*Pass, F)) in run()
|
| /openbsd-src/gnu/llvm/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 | 514 if (!PI.runBeforePass<IRUnitT>(*Pass, IR)) in run() 1331 if (!PI.runBeforePass<IRUnitT>(P, IR)) in run()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopPassManager.h | 405 if (!PI.runBeforePass<Loop>(*Pass, L))
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 452 void runBeforePass(StringRef PassID, Any IR);
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1228 [this](StringRef P, Any IR) { this->runBeforePass(P, IR); }); in registerCallbacks() 1238 [this](StringRef P, Any IR) { this->runBeforePass(P, IR); }); in registerCallbacks() 1243 void TimeProfilingPassesHandler::runBeforePass(StringRef PassID, Any IR) { in runBeforePass() function in TimeProfilingPassesHandler
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | WritingAnLLVMNewPMPass.rst | 234 ``PassInstrumentation::runBeforePass()``.
|