Home | History | Annotate | Download | only in ia32

Lines Matching refs:LLabel

435 class LLabel FINAL : public LGap {
437 explicit LLabel(HBasicBlock* block)
451 LLabel* replacement() const { return replacement_; }
452 void set_replacement(LLabel* label) { replacement_ = label; }
457 LLabel* replacement_;