Home
last modified time | relevance | path

Searched refs:BBEntry (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp55 BasicBlock *BBEntry = &F.getEntryBlock(); in runPass() local
56 assert(pred_empty(BBEntry) && in runPass()
62 BasicBlock::iterator I = BBEntry->begin(); in runPass()
73 if (!(isa<AllocaInst>(I) && I.getParent() == BBEntry) && valueEscapes(I)) in runPass()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h867 struct BBEntry {
914 BBEntry(uint32_t ID, uint32_t Offset, uint32_t Size, Metadata MD)
917 bool operator==(const BBEntry &Other) const {
933 std::vector<BBEntry> BBEntries; // Basic block entries for this range.
973 const std::vector<BBEntry> &getBBEntries() const {
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h160 struct BBEntry { struct
172 std::optional<std::vector<BBEntry>> BBEntries;
765 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::BBAddrMapEntry::BBEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
939 template <> struct MappingTraits<ELFYAML::BBAddrMapEntry::BBEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
940 static void mapping(IO &IO, ELFYAML::BBAddrMapEntry::BBEntry &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp824 std::vector<BBAddrMap::BBEntry> BBEntries; in decodeBBAddrMapImpl()
866 Expected<BBAddrMap::BBEntry::Metadata> MetadataOrErr = in decodeBBAddrMapImpl()
867 BBAddrMap::BBEntry::Metadata::decode(MD); in decodeBBAddrMapImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp465 WeakTrackingVH &BBEntry = VMap[BB]; in CloneBlock() local
468 if (BBEntry) in CloneBlock()
474 BBEntry = NewBB = BasicBlock::Create(BB->getContext(), NewName, NewFunc); in CloneBlock()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1469 const BBAddrMap::BBEntry &BBEntry = BBRange.BBEntries[I]; in collectBBAddrMapLabels() local
1470 uint64_t BBAddress = BBEntry.Offset + BBRange.BaseAddress; in collectBBAddrMapLabels()
1474 std::string LabelString = ("BB" + Twine(BBEntry.ID)).str(); in collectBBAddrMapLabels()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1844 void MappingTraits<ELFYAML::BBAddrMapEntry::BBEntry>::mapping( in mapping()
1845 IO &IO, ELFYAML::BBAddrMapEntry::BBEntry &E) { in mapping()
H A DELFEmitter.cpp1505 for (const ELFYAML::BBAddrMapEntry::BBEntry &BBE : *BBR.BBEntries) { in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1341 return object::BBAddrMap::BBEntry::Metadata{ in getBBAddrMapMetadata()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7813 for (const BBAddrMap::BBEntry &BBE : BBR.BBEntries) { in printBBAddrMaps()