Searched refs:getInstrProfRecord (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | InstrProfTest.cpp | 99 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 D | InstrProfReader.cpp | 1029 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 D | InstrProfReader.h | 628 getInstrProfRecord(StringRef FuncName, uint64_t FuncHash,
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 1034 PGOReader->getInstrProfRecord(FuncName, FunctionHash); in loadRegionCounts()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1226 Expected<InstrProfRecord> Result = PGOReader->getInstrProfRecord( in readCounters()
|