Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp99 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("foo", 0x1234); in TEST_P()
105 R = Reader->getInstrProfRecord("foo", 0x1235); in TEST_P()
111 R = Reader->getInstrProfRecord("foo", 0x5678); in TEST_P()
114 R = Reader->getInstrProfRecord("bar", 0x1234); in TEST_P()
215 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("func1", 0x1234); in TEST_F()
220 R = Reader->getInstrProfRecord("func2", 0x1234); in TEST_F()
396 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("func1", 0x1234); in TEST_F()
453 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P()
484 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P()
808 Reader->getInstrProfRecord("foo", 0x1234); in TEST_P()
[all …]
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1029 Expected<InstrProfRecord> IndexedInstrProfReader::getInstrProfRecord( in getInstrProfRecord() function in IndexedInstrProfReader
1115 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h628 getInstrProfRecord(StringRef FuncName, uint64_t FuncHash,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1034 PGOReader->getInstrProfRecord(FuncName, FunctionHash); in loadRegionCounts()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1226 Expected<InstrProfRecord> Result = PGOReader->getInstrProfRecord( in readCounters()