Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h145 bool IsIRLevelProfile = false; variable
158 bool isIRLevelProfile() const override { return IsIRLevelProfile; } in isIRLevelProfile()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp158 IsIRLevelProfile = false; in readHeader()
170 IsIRLevelProfile = IsIRInstr; in readHeader()