Home
last modified time | relevance | path

Searched refs:getFunctionCounts (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h290 std::error_code getFunctionCounts(StringRef FuncName, uint64_t &FuncHash,
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp333 std::error_code IndexedInstrProfReader::getFunctionCounts( in getFunctionCounts() function in IndexedInstrProfReader
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp921 if (PGOReader->getFunctionCounts(getFuncName(), Hash, *RegionCounts)) { in loadRegionCounts()