Searched refs:MapleUnorderedSet (Results 1 – 8 of 8) sorted by relevance
56 const MapleUnorderedSet<BB *> &GetLoopHeaderBBs() const in GetLoopHeaderBBs()60 const MapleUnorderedSet<BB *> &GetJumpTargetBBs() const in GetJumpTargetBBs()89 MapleUnorderedSet<BB *> loopHeaderBBs;90 MapleUnorderedSet<BB *> jumpTargetBBs;
89 MapleUnorderedSet<regno_t> liveReg;
576 … MapleUnorderedSet<uint32> noReloadPos; /* Should save reg need reload at this positions */
440 const MapleUnorderedSet<regno_t> &GetReferenceRegs() const in GetReferenceRegs()1490 MapleUnorderedSet<regno_t> referenceVirtualRegs;
53 MapleUnorderedSet<regno_t> vregLive;
65 inline bool FindNotIn(const MapleUnorderedSet<T> &set, const T &item) in FindNotIn()95 inline bool FindIn(const MapleUnorderedSet<T> &set, const T &item) in FindIn()1666 MapleUnorderedSet<regno_t> vregLive;1667 MapleUnorderedSet<regno_t> pregLive;
814 const MapleUnorderedSet<LabelIdx> &GetAddrTakenLabels() const in GetAddrTakenLabels()819 MapleUnorderedSet<LabelIdx> &GetAddrTakenLabels() in GetAddrTakenLabels()833 MapleUnorderedSet<LabelIdx> addrTakenLabels; // those appeared in addroflabel or MIRLblConst834 MapleUnorderedSet<LabelIdx> caseLabelSet; // labels marking starts of switch cases
188 using MapleUnorderedSet = std::unordered_set<T, Hash, Equal, MapleAllocatorAdapter<T>>; variable