Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h229 friend class PredicateInfoPrinterLegacyPass; variable
273 class PredicateInfoPrinterLegacyPass : public FunctionPass {
275 PredicateInfoPrinterLegacyPass();
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp44 INITIALIZE_PASS_BEGIN(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
48 INITIALIZE_PASS_END(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
742 char PredicateInfoPrinterLegacyPass::ID = 0;
744 PredicateInfoPrinterLegacyPass::PredicateInfoPrinterLegacyPass() in PredicateInfoPrinterLegacyPass() function in llvm::PredicateInfoPrinterLegacyPass
750 void PredicateInfoPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
770 bool PredicateInfoPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()