Home
last modified time | relevance | path

Searched refs:GapFromInstructionIndex (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dlive-range-separator.cc91 first_cut = LifetimePosition::GapFromInstructionIndex( in SplinterLiveRange()
94 last_cut = LifetimePosition::GapFromInstructionIndex( in SplinterLiveRange()
Dregister-allocator.cc170 LifetimePosition succ_start = LifetimePosition::GapFromInstructionIndex( in FindSucc()
183 LifetimePosition cur_start = LifetimePosition::GapFromInstructionIndex( in FindConnectableSubranges()
1889 LifetimePosition start = LifetimePosition::GapFromInstructionIndex( in AddInitialIntervals()
2039 LifetimePosition::GapFromInstructionIndex(block_start); in ProcessInstructions()
2075 Define(LifetimePosition::GapFromInstructionIndex(index), output); in ProcessInstructions()
2353 LifetimePosition block_start = LifetimePosition::GapFromInstructionIndex( in ProcessPhis()
2368 LifetimePosition start = LifetimePosition::GapFromInstructionIndex( in ProcessLoopHeader()
2370 LifetimePosition end = LifetimePosition::GapFromInstructionIndex( in ProcessLoopHeader()
2523 LifetimePosition last_pos = LifetimePosition::GapFromInstructionIndex( in IntervalPredecessorsCoveredByRange()
2567 ret = LifetimePosition::GapFromInstructionIndex(instruction_index); in GetSplitPositionForInstruction()
[all …]
Dregister-allocator.h39 static LifetimePosition GapFromInstructionIndex(int index) { in GapFromInstructionIndex() function
Dgraph-visualizer.cc611 LifetimePosition::GapFromInstructionIndex(first_index).value()); in PrintSchedule()