Home
last modified time | relevance | path

Searched refs:getMaximumFunctionCount (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h293 uint64_t getMaximumFunctionCount() { return MaxFunctionCount; } in getMaximumFunctionCount() function
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp882 uint64_t MaxFunctionCount = PGOReader->getMaximumFunctionCount(); in applyFunctionAttributes()