Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp1115 bool GraphColorRegAllocator::AssignColorToLr(LiveRange &lr, bool isDelayed) in AssignColorToLr() function in maplebe::GraphColorRegAllocator
1760 if (!AssignColorToLr(*lr, true)) { in ColorForOptPrologEpilog()
1765 if (!AssignColorToLr(*lr, true)) { in ColorForOptPrologEpilog()
1798 if (AssignColorToLr(*lr)) { in SplitAndColorForEachLr()
1809 if (!AssignColorToLr(*lr)) { in SplitAndColorForEachLr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1613 bool AssignColorToLr(LiveRange &lr, bool isDelayed = false);