Searched refs:Peek (Results 1 – 5 of 5) sorted by relevance
142 loop_ends_->Get(loop_head_stack_->Peek().first) == idx_) { in Next()143 auto top = loop_head_stack_->Peek(); in Next()
91 auto top = mir_graph_->GetTopologicalSortOrderLoopHeadStack()->Peek(); in PrepareBasicBlock()
81 PrintInt(predecessors.Peek()->GetBlockId()); in VisitBasicBlock()90 PrintInt(successors.Peek()->GetBlockId()); in VisitBasicBlock()
119 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek())); in AllocateRegistersInternal()168 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek())); in AllocateRegistersInternal()
190 T Peek() const { in Peek() function