Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DProfileYAMLMapping.h174 io.bitSetCase(value, "lbr", BinaryFunction::PF_LBR);
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp29 const uint16_t LBRProfile = BF.getProfileFlags() & BinaryFunction::PF_LBR; in convert()
H A DDataReader.cpp369 BF.ProfileFlags = BinaryFunction::PF_LBR; in readProfile()
H A DDataAggregator.cpp641 : BinaryFunction::PF_LBR; in processProfile()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp73 if (!(getProfileFlags() & PF_LBR)) in postProcessProfile()
/llvm-project-15.0.7/bolt/tools/merge-fdata/
H A Dmerge-fdata.cpp122 constexpr auto Mask = llvm::bolt::BinaryFunction::PF_LBR | in mergeProfileHeaders()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h132 PF_LBR = 1, /// Profile is based on last branch records. enumerator