HomeSort by: relevance | last modified time | path
    Searched refs:PredicateInfoPrinterLegacyPass (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 193 friend class PredicateInfoPrinterLegacyPass;
211 class PredicateInfoPrinterLegacyPass : public FunctionPass {
213 PredicateInfoPrinterLegacyPass();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PredicateInfo.cpp 42 INITIALIZE_PASS_BEGIN(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
46 INITIALIZE_PASS_END(PredicateInfoPrinterLegacyPass, "print-predicateinfo",
816 char PredicateInfoPrinterLegacyPass::ID = 0;
818 PredicateInfoPrinterLegacyPass::PredicateInfoPrinterLegacyPass()
824 void PredicateInfoPrinterLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const {
830 bool PredicateInfoPrinterLegacyPass::runOnFunction(Function &F) {

Completed in 17 milliseconds