Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlive_registers.cpp56 … PartitionLeftSplit(const LifeIntervalsIt &left, const LifeIntervalsIt &right, LifeNumber midpoint, in PartitionLeftSplit()
74 …PartitionRightSplit(const LifeIntervalsIt &left, const LifeIntervalsIt &right, LifeNumber midpoint, in PartitionRightSplit()
121 auto midpoint = split->min + (split->max - split->min) / 2U; in BuildIntervalsTree() local