Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp1889 void GraphColorRegAllocator::UpdateLocalRegDefUseCount(regno_t regNO, LocalRegAllocator &localRa, b… in UpdateLocalRegDefUseCount() function in maplebe::GraphColorRegAllocator
1982 UpdateLocalRegDefUseCount(regNO, localRa, isDef, isInt); in HandleLocalReg()
1995 UpdateLocalRegDefUseCount(regNO, localRa, isDef, isInt); in HandleLocalReg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1569 …void UpdateLocalRegDefUseCount(regno_t regNO, LocalRegAllocator &localRa, bool isDef, bool isInt) …