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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
RegionPrinter.cpp 188 struct RegionOnlyPrinter
191 RegionOnlyPrinter() :
199 char RegionOnlyPrinter::ID = 0;
200 INITIALIZE_PASS(RegionOnlyPrinter, "dot-regions-only",
218 return new RegionOnlyPrinter();
  /external/llvm/lib/Analysis/
RegionPrinter.cpp 163 struct RegionOnlyPrinter
167 RegionOnlyPrinter()
173 char RegionOnlyPrinter::ID = 0;
205 RegionOnlyPrinter, "dot-regions-only",
219 return new RegionOnlyPrinter();

Completed in 670 milliseconds