Home
last modified time | relevance | path

Searched refs:GetDefInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp1906 auto defIt = localRa.GetDefInfo().find(regNO); in UpdateLocalRegDefUseCount()
1907 if (defIt != localRa.GetDefInfo().end() && isDef) { in UpdateLocalRegDefUseCount()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1303 const MapleMap<regno_t, uint16> &GetDefInfo() const in GetDefInfo() function