HomeSort by relevance Sort by last modified time
    Searched defs:PrintLoopPass (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopPassManager.cpp 83 PrintLoopPass::PrintLoopPass() : OS(dbgs()) {}
84 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner)
87 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopPass.cpp 26 /// PrintLoopPass - Print a Function corresponding to a Loop.
28 class PrintLoopPass : public LoopPass {
35 PrintLoopPass(const std::string &B, raw_ostream &o)
53 char PrintLoopPass::ID = 0;
320 return new PrintLoopPass(Banner, O);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
LoopPassManager.h 393 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
398 PrintLoopPass();
399 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 821 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
826 PrintLoopPass();
827 PrintLoopPass(raw_ostream &OS, const std::string &Banner = "");

Completed in 529 milliseconds