Home
last modified time | relevance | path

Searched refs:PredicateInfoPrinterLegacyPass (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h195 friend class PredicateInfoPrinterLegacyPass; variable
215 class PredicateInfoPrinterLegacyPass : public FunctionPass {
217 PredicateInfoPrinterLegacyPass();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp44 INITIALIZE_PASS_BEGIN(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
48 INITIALIZE_PASS_END(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
846 char PredicateInfoPrinterLegacyPass::ID = 0;
848 PredicateInfoPrinterLegacyPass::PredicateInfoPrinterLegacyPass() in PredicateInfoPrinterLegacyPass() function in llvm::PredicateInfoPrinterLegacyPass
854 void PredicateInfoPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
873 bool PredicateInfoPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()