HomeSort by relevance Sort by last modified time
    Searched refs:shouldRunPass (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/IR/
OptBisect.h 52 bool shouldRunPass(const Pass *P, const UnitT &U);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 52 bool shouldRunPass(const Pass *P, const UnitT &U);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 52 bool shouldRunPass(const Pass *P, const UnitT &U);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 52 bool shouldRunPass(const Pass *P, const UnitT &U);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 52 bool shouldRunPass(const Pass *P, const UnitT &U);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 52 bool shouldRunPass(const Pass *P, const UnitT &U);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 52 bool shouldRunPass(const Pass *P, const UnitT &U);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 52 bool shouldRunPass(const Pass *P, const UnitT &U);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 52 bool shouldRunPass(const Pass *P, const UnitT &U);
  /external/llvm/lib/IR/
OptBisect.cpp 89 template bool OptBisect::shouldRunPass(const Pass *, const Module &);
90 template bool OptBisect::shouldRunPass(const Pass *, const Function &);
91 template bool OptBisect::shouldRunPass(const Pass *, const BasicBlock &);
92 template bool OptBisect::shouldRunPass(const Pass *, const Loop &);
93 template bool OptBisect::shouldRunPass(const Pass *, const CallGraphSCC &);
96 bool OptBisect::shouldRunPass(const Pass *P, const UnitT &U) {
Pass.cpp 51 return !M.getContext().getOptBisect().shouldRunPass(this, M);
150 if (!F.getContext().getOptBisect().shouldRunPass(this, F))
184 if (!F->getContext().getOptBisect().shouldRunPass(this, BB))
  /external/llvm/lib/Analysis/
LoopPass.cpp 346 if (!Context.getOptBisect().shouldRunPass(this, *L))
CallGraphSCCPass.cpp 639 .shouldRunPass(this, SCC);

Completed in 435 milliseconds