Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp29 const uint16_t LBRProfile = BF.getProfileFlags() & BinaryFunction::PF_LBR; in convert() local
42 if (!LBRProfile) { in convert()