Home
last modified time | relevance | path

Searched refs:hasTemporalProfile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h143 virtual bool hasTemporalProfile() const = 0;
302 bool hasTemporalProfile() const override { in hasTemporalProfile() function
431 bool hasTemporalProfile() const override { in hasTemporalProfile() function
588 virtual bool hasTemporalProfile() const = 0;
665 bool hasTemporalProfile() const override { in hasTemporalProfile() function
802 bool hasTemporalProfile() const override { in hasTemporalProfile() function
803 return Index->hasTemporalProfile(); in hasTemporalProfile()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp754 if (I == 0 && hasTemporalProfile()) { in readRawCounts()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp844 if (Reader->hasTemporalProfile()) { in loadInput()