Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h446 Expected<InstrProfRecord> getInstrProfRecord(StringRef FuncName,
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp853 IndexedInstrProfReader::getInstrProfRecord(StringRef FuncName, in getInstrProfRecord() function in IndexedInstrProfReader
872 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp971 PGOReader->getInstrProfRecord(FuncName, FunctionHash); in loadRegionCounts()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1020 PGOReader->getInstrProfRecord(FuncInfo.FuncName, FuncInfo.FunctionHash); in readCounters()