HomeSort by relevance Sort by last modified time
    Searched refs:MachineRegion (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 26 class MachineRegion;
34 typedef MachineRegion RegionT;
53 inline MachineRegionNode(MachineRegion *Parent,
60 bool operator==(const MachineRegion &RN) const {
65 class MachineRegion : public RegionBase<RegionTraits<MachineFunction>> {
67 MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit,
69 MachineDominatorTree *DT, MachineRegion *Parent = nullptr);
70 ~MachineRegion();
84 void updateStatistics(MachineRegion *R) final;
130 inline MachineRegion* RegionNodeBase<RegionTraits<MachineFunction>>::getNodeAs<MachineRegion>() const
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegionInfo.cpp 21 // MachineRegion implementation
24 MachineRegion::MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit,
26 MachineDominatorTree *DT, MachineRegion *Parent) :
31 MachineRegion::~MachineRegion() { }
46 void MachineRegionInfo::updateStatistics(MachineRegion *R) {
64 TopLevelRegion = new MachineRegion(Entry, nullptr, this, DT, nullptr);

Completed in 378 milliseconds