HomeSort by: relevance | last modified time | path
    Searched refs:ProgramLevel (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 612 enum OverlapStatsLevel { ProgramLevel, FunctionLevel };
628 OverlapStats(OverlapStatsLevel L = ProgramLevel)
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 1225 (Level == ProgramLevel ? "functions" : "edge counters");
1226 if (Level == ProgramLevel) {

Completed in 53 milliseconds