Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h833 bool MultiBBRange : 1;
846 (static_cast<uint8_t>(MultiBBRange) << 3) |
866 return std::tie(FuncEntryCount, BBFreq, BrProb, MultiBBRange,
869 Other.MultiBBRange, Other.OmitBBEntries,
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp856 if (FeatEnable.MultiBBRange) { in decodeBBAddrMapImpl()
876 if (FeatEnable.MultiBBRange) { in decodeBBAddrMapImpl()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1468 MultiBBRangeFeatureEnabled = FeatureOrErr->MultiBBRange; in writeSectionContent()
1469 bool MultiBBRange = in writeSectionContent() local
1473 if (MultiBBRange && !MultiBBRangeFeatureEnabled) in writeSectionContent()
1476 if (MultiBBRange) { in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1448 if (Features.MultiBBRange) { in emitBBAddrMapSection()
1455 if (!Features.MultiBBRange) { in emitBBAddrMapSection()
1478 Features.MultiBBRange && (MBB.isBeginSection() || MBB.isEntryBlock()); in emitBBAddrMapSection()