Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h193 friend class PredicateInfoPrinterLegacyPass; variable
211 class PredicateInfoPrinterLegacyPass : public FunctionPass {
213 PredicateInfoPrinterLegacyPass();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp42 INITIALIZE_PASS_BEGIN(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
46 INITIALIZE_PASS_END(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
816 char PredicateInfoPrinterLegacyPass::ID = 0;
818 PredicateInfoPrinterLegacyPass::PredicateInfoPrinterLegacyPass() in PredicateInfoPrinterLegacyPass() function in llvm::PredicateInfoPrinterLegacyPass
824 void PredicateInfoPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
830 bool PredicateInfoPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()