Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1372 Expected<NamedInstrProfRecord> IndexedInstrProfReader::getInstrProfRecord( in getInstrProfRecord() function in IndexedInstrProfReader
1575 auto Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
1586 auto Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionBitmap()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h828 getInstrProfRecord(StringRef FuncName, uint64_t FuncHash,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1426 auto RecordExpected = PGOReader->getInstrProfRecord(FuncName, FunctionHash); in loadRegionCounts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1451 auto Result = PGOReader->getInstrProfRecord( in getRecord()