Home | History | Annotate | Download | only in optimizing

Lines Matching refs:labels

7544   std::vector<Mips64Label*> labels(num_entries);
7547 labels[i] = codegen_->GetLabelOf(successors[i]);
7549 JumpTable* table = __ CreateJumpTable(std::move(labels));