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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfoLoader.h 47 unsigned getNumExecutions() const { return CommandLines.size(); }
  /external/swiftshader/third_party/LLVM/tools/llvm-prof/
llvm-prof.cpp 181 if (PIL.getNumExecutions() != 1) outs() << "s";
184 for (unsigned i = 0, e = PIL.getNumExecutions(); i != e; ++i) {

Completed in 939 milliseconds