Home
last modified time | relevance | path

Searched refs:IsIRInstr (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfReader.cpp140 bool IsIRInstr = false; in readHeader() local
147 IsIRInstr = true; in readHeader()
149 IsIRInstr = false; in readHeader()
154 IsIRLevelProfile = IsIRInstr; in readHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp588 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile() local
644 if (!IsIRInstr) in showInstrProfile()
658 size_t Start = (IsIRInstr ? 0 : 1); in showInstrProfile()