Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1390 bool hasProfileAvailable() const { return HasProfileAvailable; } in hasProfileAvailable() function
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp623 return Function.hasProfileAvailable(); in mayHaveProfileData()