Home
last modified time | relevance | path

Searched refs:getNumExecutions (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DProfileInfoLoader.h44 unsigned getNumExecutions() const { return CommandLines.size(); } in getNumExecutions() function
DProfileDataLoader.h121 unsigned getNumExecutions() const { return CommandLines.size(); } in getNumExecutions() function
/external/llvm/tools/llvm-prof/
Dllvm-prof.cpp181 if (PIL.getNumExecutions() != 1) outs() << "s"; in runOnModule()
184 for (unsigned i = 0, e = PIL.getNumExecutions(); i != e; ++i) { in runOnModule()