Home
last modified time | relevance | path

Searched refs:getInstrProfRecord (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1332 Expected<InstrProfRecord> IndexedInstrProfReader::getInstrProfRecord( in getInstrProfRecord() function in IndexedInstrProfReader
1430 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
1440 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionBitmapBytes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h727 getInstrProfRecord(StringRef FuncName, uint64_t FuncHash,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1321 Expected<InstrProfRecord> Result = PGOReader->getInstrProfRecord( in readCounters()
1367 Expected<InstrProfRecord> Result = PGOReader->getInstrProfRecord( in populateCoverage()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1282 PGOReader->getInstrProfRecord(FuncName, FunctionHash); in loadRegionCounts()