Home
last modified time | relevance | path

Searched refs:ShownFunctions (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp342 size_t ShownFunctions = 0; in showInstrProfile() local
364 if (!ShownFunctions) in showInstrProfile()
367 ++ShownFunctions; in showInstrProfile()
416 OS << "Functions shown: " << ShownFunctions << "\n"; in showInstrProfile()
420 if (ShownFunctions && ShowIndirectCallTargets) { in showInstrProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp589 size_t ShownFunctions = 0; in showInstrProfile() local
636 if (!ShownFunctions) in showInstrProfile()
639 ++ShownFunctions; in showInstrProfile()
688 OS << "Functions shown: " << ShownFunctions << "\n"; in showInstrProfile()
705 if (ShownFunctions && ShowIndirectCallTargets) { in showInstrProfile()
711 if (ShownFunctions && ShowMemOPSizes) { in showInstrProfile()