Searched refs:FeatEnable (Results 1 – 4 of 4) sorted by relevance
832 BBAddrMap::Features FeatEnable{}; in decodeBBAddrMapImpl() local847 FeatEnable = *FeatEnableOrErr; in decodeBBAddrMapImpl()848 if (FeatEnable.CallsiteOffsets && Version < 3) in decodeBBAddrMapImpl()856 if (FeatEnable.MultiBBRange) { in decodeBBAddrMapImpl()876 if (FeatEnable.MultiBBRange) { in decodeBBAddrMapImpl()884 if (!FeatEnable.OmitBBEntries) { in decodeBBAddrMapImpl()893 if (FeatEnable.CallsiteOffsets) { in decodeBBAddrMapImpl()924 if (PGOAnalyses || FeatEnable.hasPGOAnalysis()) { in decodeBBAddrMapImpl()927 FeatEnable.FuncEntryCount in decodeBBAddrMapImpl()933 FeatEnable.hasPGOAnalysisBBData() && !MetadataDecodeErr && in decodeBBAddrMapImpl()[all …]
1033 BBAddrMap::Features FeatEnable;1036 return std::tie(FuncEntryCount, BBEntries, FeatEnable) ==1037 std::tie(Other.FuncEntryCount, Other.BBEntries, Other.FeatEnable);
194 if (!PGOMap.FeatEnable.hasPGOAnalysis()) in constructPGOLabelString()200 if (PGOMap.FeatEnable.FuncEntryCount && PGOBBEntryIndex == 0) { in constructPGOLabelString()202 if (PGOMap.FeatEnable.hasPGOAnalysisBBData()) { in constructPGOLabelString()207 if (PGOMap.FeatEnable.hasPGOAnalysisBBData()) { in constructPGOLabelString()214 if (PGOMap.FeatEnable.BBFreq) { in constructPGOLabelString()221 if (PGOMap.FeatEnable.BrProb && PGOBBEntry.Successors.size() > 0) { in constructPGOLabelString()225 if (PGOMap.FeatEnable.BrProb && PGOBBEntry.Successors.size() > 0) { in constructPGOLabelString()
7944 if (PAM.FeatEnable.hasPGOAnalysis()) { in printBBAddrMaps()7947 if (PAM.FeatEnable.FuncEntryCount) in printBBAddrMaps()7950 if (PAM.FeatEnable.hasPGOAnalysisBBData()) { in printBBAddrMaps()7955 if (PAM.FeatEnable.BBFreq) { in printBBAddrMaps()7967 if (PAM.FeatEnable.BrProb) { in printBBAddrMaps()