Home
last modified time | relevance | path

Searched refs:runBeforePass (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePassManager.cpp89 if (!PI.runBeforePass<MachineFunction>(*P, MF)) in run()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPassManager.cpp121 if (!PI.runBeforePass<Function>(*Pass, F)) in run()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp209 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 DCGSCCPassManager.cpp84 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 DPassInstrumentation.h229 bool runBeforePass(const PassT &Pass, const IRUnitT &IR) const { in runBeforePass() function
H A DPassManager.h514 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 DLoopPassManager.h405 if (!PI.runBeforePass<Loop>(*Pass, L))
/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h452 void runBeforePass(StringRef PassID, Any IR);
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1228 [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 DWritingAnLLVMNewPMPass.rst234 ``PassInstrumentation::runBeforePass()``.