Searched refs:getInstrProfRecord (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 98 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("foo", 0x1234); in TEST_P() 104 R = Reader->getInstrProfRecord("foo", 0x1235); in TEST_P() 110 R = Reader->getInstrProfRecord("foo", 0x5678); in TEST_P() 113 R = Reader->getInstrProfRecord("bar", 0x1234); in TEST_P() 239 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P() 270 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P() 382 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P() 435 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P() 517 Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234); in TEST_P() 606 Reader->getInstrProfRecord("foo", 0x1234); in TEST_P() [all …]
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 678 IndexedInstrProfReader::getInstrProfRecord(StringRef FuncName, in getInstrProfRecord() function in IndexedInstrProfReader 697 Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash); in getFunctionCounts()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 394 Expected<InstrProfRecord> getInstrProfRecord(StringRef FuncName,
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 590 PGOReader->getInstrProfRecord(FuncInfo.FuncName, FuncInfo.FunctionHash); in readCounters()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 806 PGOReader->getInstrProfRecord(FuncName, FunctionHash); in loadRegionCounts()
|