Searched refs:IsIR (Results 1 – 1 of 1) sorted by relevance
2924 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile() local2925 OS << "Instrumentation level: " << (IsIR ? "IR" : "Front-end"); in showInstrProfile()2926 if (IsIR) in showInstrProfile()