Home
last modified time | relevance | path

Searched refs:liveOutRegNO (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dschedule.cpp100 liveOutRegNO.clear(); in Init()
102 liveOutRegNO = bb->GetLiveOutRegNO(); in Init()
122 if (node->GetRegDefs(i) == nullptr && liveOutRegNO.find(defReg) == liveOutRegNO.end()) { in Init()
296 if (node.GetRegDefs(i) == nullptr && liveOutRegNO.find(reg) == liveOutRegNO.end()) { in UpdateLiveReg()
313 … if (liveReg.find(reg) != liveReg.end() && liveOutRegNO.find(reg) == liveOutRegNO.end()) { in UpdateLiveReg()
734 liveOutRegNO = bb->GetLiveOutRegNO(); in CalculateRegisterPressure()
Dreg_alloc_lsra.cpp826 for (const auto &liveOutRegNO : bb.GetLiveOutRegNO()) { in ComputeLiveIn() local
827 LogInfo::MapleLogger() << " " << liveOutRegNO; in ComputeLiveIn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h99 liveOutRegNO(mallocator.Adapter()), in BB()
580 return liveOutRegNO; in GetLiveOutRegNO()
584 return liveOutRegNO; in GetLiveOutRegNO()
588 (void)liveOutRegNO.insert(arg); in InsertLiveOutRegNO()
592 liveOutRegNO.erase(it); in EraseLiveOutRegNO()
596 liveOutRegNO.clear(); in ClearLiveOutRegNO()
944 MapleSet<regno_t> liveOutRegNO; variable
Dschedule.h42 liveOutRegNO(alloc.Adapter()) in RegPressureSchedule()
112 MapleSet<regno_t> liveOutRegNO; variable