Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h162 bool IsIRLevelProfile = false; variable
177 bool isIRLevelProfile() const override { return IsIRLevelProfile; } in isIRLevelProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp177 IsIRLevelProfile = IsIRInstr; in readHeader()