Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h229 friend class PredicateInfoPrinterLegacyPass; variable
273 class PredicateInfoPrinterLegacyPass : public FunctionPass {
275 PredicateInfoPrinterLegacyPass();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp45 INITIALIZE_PASS_BEGIN(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
49 INITIALIZE_PASS_END(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
743 char PredicateInfoPrinterLegacyPass::ID = 0;
745 PredicateInfoPrinterLegacyPass::PredicateInfoPrinterLegacyPass() in PredicateInfoPrinterLegacyPass() function in llvm::PredicateInfoPrinterLegacyPass
751 void PredicateInfoPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
771 bool PredicateInfoPrinterLegacyPass::runOnFunction(Function &F) { in runOnFunction()