Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp156 bool IsIRInstr = false; in readHeader() local
163 IsIRInstr = true; in readHeader()
165 IsIRInstr = false; in readHeader()
167 IsIRInstr = true; in readHeader()
177 IsIRLevelProfile = IsIRInstr; in readHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2054 bool IsIRInstr = Reader->isIRLevelProfile(); in showInstrProfile() local
2076 if (TextFormat && IsIRInstr) in showInstrProfile()
2139 if (!IsIRInstr) in showInstrProfile()
2153 size_t Start = (IsIRInstr ? 0 : 1); in showInstrProfile()