Home | History | Annotate | Download | only in mips

Lines Matching defs:block_id

374   explicit LGoto(int block_id) : block_id_(block_id) { }
380 int block_id() const { return block_id_; }
418 int block_id() const { return block()->block_id(); }
461 int true_block_id() { return hydrogen()->SuccessorAt(0)->block_id(); }
462 int false_block_id() { return hydrogen()->SuccessorAt(1)->block_id(); }
953 return hydrogen()->FirstSuccessor()->block_id();
956 return hydrogen()->SecondSuccessor()->block_id();
2196 LLabel* GetLabel(int block_id) const {
2197 HBasicBlock* block = graph_->blocks()->at(block_id);
2201 int LookupDestination(int block_id) const {
2202 LLabel* cur = GetLabel(block_id);
2206 return cur->block_id();
2208 Label* GetAssemblyLabel(int block_id) const {
2209 LLabel* label = GetLabel(block_id);