Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1097 Expected<InstrProfRecord> IndexedInstrProfReader::getInstrProfRecord( in getInstrProfRecord() function in IndexedInstrProfReader
1182 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h671 getInstrProfRecord(StringRef FuncName, uint64_t FuncHash,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1037 PGOReader->getInstrProfRecord(FuncName, FunctionHash); in loadRegionCounts()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1504 Expected<InstrProfRecord> Result = PGOReader->getInstrProfRecord( in readCounters()