Home
last modified time | relevance | path

Searched refs:MachineRegion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h26 class MachineRegion; variable
33 using RegionT = MachineRegion;
51 inline MachineRegionNode(MachineRegion *Parent, MachineBasicBlock *Entry,
56 bool operator==(const MachineRegion &RN) const {
61 class MachineRegion : public RegionBase<RegionTraits<MachineFunction>> {
63 MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit,
65 MachineRegion *Parent = nullptr);
66 ~MachineRegion();
79 void updateStatistics(MachineRegion *R) final;
120 inline MachineRegion *
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegionInfo.cpp37 MachineRegion::MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit, in MachineRegion() function in MachineRegion
39 MachineDominatorTree *DT, MachineRegion *Parent) : in MachineRegion()
42 MachineRegion::~MachineRegion() = default;
51 void MachineRegionInfo::updateStatistics(MachineRegion *R) { in updateStatistics()
69 TopLevelRegion = new MachineRegion(Entry, nullptr, this, DT, nullptr); in recalculate()