Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3020 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile() local
3021 OS << "Instrumentation level: " << (IsIR ? "IR" : "Front-end"); in showInstrProfile()
3022 if (IsIR) { in showInstrProfile()