Home | History | Annotate | Download | only in compiler

Lines Matching refs:rpo

1053   explicit Constant(RpoNumber rpo) : type_(kRpoNumber), value_(rpo.ToInt()) {}
1532 Instruction* GetBlockStart(RpoNumber rpo) const;
1554 void StartBlock(RpoNumber rpo);
1555 void EndBlock(RpoNumber rpo);
1558 // TODO(titzer): allow RPO numbers as constants?