Searched refs:runBeforePass (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassTimingInfo.h101 bool runBeforePass(StringRef PassID);
H A DPassInstrumentation.h144 bool runBeforePass(const PassT &Pass, const IRUnitT &IR) const { function in class:llvm::PassInstrumentation
H A DPassManager.h510 if (!PI.runBeforePass<IRUnitT>(*P, IR))
1232 if (!PI.runBeforePass<Function>(Pass, F))
1361 if (!PI.runBeforePass<IRUnitT>(P, IR))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp39 if (!PI.runBeforePass<Loop>(*Pass, L))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp246 bool TimePassesHandler::runBeforePass(StringRef PassID) { function in class:llvm::TimePassesHandler
252 LLVM_DEBUG(dbgs() << "after runBeforePass(" << PassID << ")\n");
274 [this](StringRef P, Any) { return this->runBeforePass(P); });
280 [this](StringRef P, Any) { this->runBeforePass(P); });
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h253 if (PI.runBeforePass<Function>(LoopCanonicalizationFPM, F)) {
318 if (!PI.runBeforePass<Loop>(Pass, *L))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h500 if (!PI.runBeforePass<Function>(Pass, F))
632 if (!PI.runBeforePass<LazyCallGraph::SCC>(Pass, *C))
892 if (!PI.runBeforePass<LazyCallGraph::SCC>(Pass, *C))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp78 if (!PI.runBeforePass(*Pass, *C))

Completed in 769 milliseconds