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

  /external/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);
289 PassMgr.add(new ProfileInfoPrinterPass(PIL));
  /external/llvm/lib/Analysis/
ProfileInfoLoaderPass.cpp 155 ProfileInfoLoader PIL("profile-loader", Filename);
158 std::vector<unsigned> Counters = PIL.getRawEdgeCounts();
179 Counters = PIL.getRawOptimalEdgeCounts();
228 Counters = PIL.getRawBlockCounts();
248 Counters = PIL.getRawFunctionCounts();
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 55 PointerRec** setPrevInList(PointerRec **PIL) {
56 PrevInList = PIL;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 624 milliseconds