Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataReader.h441 bool hasLBR() const { return !NoLBRMode; } in hasLBR() function
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp363 if (!hasLBR()) { in readProfile()
414 if (!hasLBR()) in matchProfileData()