Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1267 const MapleMap<regno_t, regno_t> &GetIntRegAssignmentMap() const in GetIntRegAssignmentMap() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp2851 for (const auto &intRegAssignmentMapPair : localRa.GetIntRegAssignmentMap()) { in LocalRaFinalAssignment()
2876 for (auto it : localRa.GetIntRegAssignmentMap()) { in LocalRaDebug()