Home
last modified time | relevance | path

Searched refs:getProfileFlags (Results 1 – 3 of 3) 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()
175 assert(BF.getProfileFlags() != BinaryFunction::PF_NONE); in writeProfile()
177 ProfileFlags = BF.getProfileFlags(); in writeProfile()
179 assert(BF.getProfileFlags() == ProfileFlags && in writeProfile()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp73 if (!(getProfileFlags() & PF_LBR)) in postProcessProfile()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1624 uint16_t getProfileFlags() const { return ProfileFlags; } in getProfileFlags() function