Home | History | Annotate | Download | only in compiler

Lines Matching refs:rpo

120 void InstructionSelector::StartBlock(RpoNumber rpo) {
123 scheduler_->StartBlock(rpo);
125 sequence()->StartBlock(rpo);
130 void InstructionSelector::EndBlock(RpoNumber rpo) {
133 scheduler_->EndBlock(rpo);
135 sequence()->EndBlock(rpo);