Home | History | Annotate | Download | only in arm

Lines Matching refs:LLabel

408 class LLabel: public LGap {
410 explicit LLabel(HBasicBlock* block)
420 LLabel* replacement() const { return replacement_; }
421 void set_replacement(LLabel* label) { replacement_ = label; }
426 LLabel* replacement_;
1986 LLabel* GetLabel(int block_id) const {
1989 return LLabel::cast(instructions_[first_instruction]);
1992 LLabel* cur = GetLabel(block_id);
1999 LLabel* label = GetLabel(block_id);