Home
last modified time | relevance | path

Searched defs:lr1 (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp1395 bool GraphColorRegAllocator::CheckOverlap(uint64 val, uint32 i, LiveRange &lr1, LiveRange &lr2) con… in CheckOverlap()
1423 void GraphColorRegAllocator::CheckInterference(LiveRange &lr1, LiveRange &lr2) const in CheckInterference()
1502 LiveRange *lr1 = *it1; in BuildInterferenceGraph() local
1523 LiveRange *lr1 = *it1; in BuildInterferenceGraph() local
4000 …auto comparator = [=](const LiveRange *lr1, const LiveRange *lr2) -> bool { return lr1->GetID() > … in GenerateSpillFillRegs()
4856 auto comparator = [=](const LiveRange *lr1, const LiveRange *lr2) -> bool { in AnalysisLoop()