Home | History | Annotate | Download | only in ia32

Lines Matching refs:LLabel

409 class LLabel: public LGap {
411 explicit LLabel(HBasicBlock* block)
421 LLabel* replacement() const { return replacement_; }
422 void set_replacement(LLabel* label) { replacement_ = label; }
427 LLabel* replacement_;
2043 LLabel* GetLabel(int block_id) const {
2046 return LLabel::cast(instructions_[first_instruction]);
2049 LLabel* cur = GetLabel(block_id);
2056 LLabel* label = GetLabel(block_id);