Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProfReader.cpp120 bool IsIRInstr = false; in readHeader() local
127 IsIRInstr = true; in readHeader()
129 IsIRInstr = false; in readHeader()
134 IsIRLevelProfile = IsIRInstr; in readHeader()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp341 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile() local
372 if (!IsIRInstr) in showInstrProfile()
381 size_t Start = (IsIRInstr ? 0 : 1); in showInstrProfile()