Searched refs:UpdateLocalRegDefUseCount (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 1889 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/ |
| D | aarch64_color_ra.h | 1569 …void UpdateLocalRegDefUseCount(regno_t regNO, LocalRegAllocator &localRa, bool isDef, bool isInt) …
|