Searched defs:previous (Results 1 – 11 of 11) sorted by relevance
1431 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor() local1505 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt() local1540 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf() local
254 Node* previous = nullptr; in DeleteAllImpureWhich() local
559 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr; in FindSafepointJustBefore() local605 LiveRange* previous = nullptr; in SplitAt() local
955 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
2206 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
2771 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
2587 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1213 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1230 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1129 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
55 AssemblerFixup* previous() const { return previous_; } in previous() function