Searched refs:PF_LBR (Results 1 – 7 of 7) sorted by relevance
174 io.bitSetCase(value, "lbr", BinaryFunction::PF_LBR);
29 const uint16_t LBRProfile = BF.getProfileFlags() & BinaryFunction::PF_LBR; in convert()
369 BF.ProfileFlags = BinaryFunction::PF_LBR; in readProfile()
641 : BinaryFunction::PF_LBR; in processProfile()
73 if (!(getProfileFlags() & PF_LBR)) in postProcessProfile()
122 constexpr auto Mask = llvm::bolt::BinaryFunction::PF_LBR | in mergeProfileHeaders()
132 PF_LBR = 1, /// Profile is based on last branch records. enumerator