Home
last modified time | relevance | path

Searched defs:liveInRegNO (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dschedule.h228 MapleSet<regno_t> liveInRegNO; variable
Dcgbb.h1006 MapleSet<regno_t> liveInRegNO; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp773 for (const auto &liveInRegNO : bb.GetLiveInRegNO()) { in ComputeLiveIn() local