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

  /external/swiftshader/third_party/LLVM/tools/llvm-prof/
llvm-prof.cpp 131 ProfileInfoLoader &PIL;
135 : ModulePass(ID), PIL(_PIL) {}
181 if (PIL.getNumExecutions() != 1) outs() << "s";
184 for (unsigned i = 0, e = PIL.getNumExecutions(); i != e; ++i) {
187 outs() << PIL.getExecution(i) << "\n";
284 ProfileInfoLoader PIL(argv[0], ProfileDataFile, *M);
289 PassMgr.add(new ProfileInfoPrinterPass(PIL));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 180 milliseconds