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.cc173 LifetimePosition succ_start = LifetimePosition::GapFromInstructionIndex( in FindSucc()
186 LifetimePosition cur_start = LifetimePosition::GapFromInstructionIndex( in FindConnectableSubranges()
1883 LifetimePosition start = LifetimePosition::GapFromInstructionIndex( in AddInitialIntervals()
2033 LifetimePosition::GapFromInstructionIndex(block_start); in ProcessInstructions()
2069 Define(LifetimePosition::GapFromInstructionIndex(index), output); in ProcessInstructions()
2347 LifetimePosition block_start = LifetimePosition::GapFromInstructionIndex( in ProcessPhis()
2362 LifetimePosition start = LifetimePosition::GapFromInstructionIndex( in ProcessLoopHeader()
2364 LifetimePosition end = LifetimePosition::GapFromInstructionIndex( in ProcessLoopHeader()
2511 LifetimePosition last_pos = LifetimePosition::GapFromInstructionIndex( in IntervalPredecessorsCoveredByRange()
2555 ret = LifetimePosition::GapFromInstructionIndex(instruction_index); in GetSplitPositionForInstruction()
[all …]
Dgraph-visualizer.cc460 LifetimePosition::GapFromInstructionIndex(first_index).value()); in PrintSchedule()
Dregister-allocator.h38 static LifetimePosition GapFromInstructionIndex(int index) { in GapFromInstructionIndex() function