Home
last modified time | relevance | path

Searched refs:MapleUnorderedSet (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dalignment.h56 const MapleUnorderedSet<BB *> &GetLoopHeaderBBs() const in GetLoopHeaderBBs()
60 const MapleUnorderedSet<BB *> &GetJumpTargetBBs() const in GetJumpTargetBBs()
89 MapleUnorderedSet<BB *> loopHeaderBBs;
90 MapleUnorderedSet<BB *> jumpTargetBBs;
Dschedule.h89 MapleUnorderedSet<regno_t> liveReg;
Dreg_alloc_lsra.h576MapleUnorderedSet<uint32> noReloadPos; /* Should save reg need reload at this positions */
Dcgfunc.h440 const MapleUnorderedSet<regno_t> &GetReferenceRegs() const in GetReferenceRegs()
1490 MapleUnorderedSet<regno_t> referenceVirtualRegs;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_reg_coalesce.h53 MapleUnorderedSet<regno_t> vregLive;
Daarch64_color_ra.h65 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;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h814 const MapleUnorderedSet<LabelIdx> &GetAddrTakenLabels() const in GetAddrTakenLabels()
819 MapleUnorderedSet<LabelIdx> &GetAddrTakenLabels() in GetAddrTakenLabels()
833 MapleUnorderedSet<LabelIdx> addrTakenLabels; // those appeared in addroflabel or MIRLblConst
834 MapleUnorderedSet<LabelIdx> caseLabelSet; // labels marking starts of switch cases
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h188 using MapleUnorderedSet = std::unordered_set<T, Hash, Equal, MapleAllocatorAdapter<T>>; variable