Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfReader.h166 bool HasCSIRLevelProfile = false; variable
182 bool hasCSIRLevelProfile() const override { return HasCSIRLevelProfile; } in hasCSIRLevelProfile()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp179 HasCSIRLevelProfile = IsCS; in readHeader()