Home | History | Annotate | Download | only in x87

Lines Matching refs:LLabel

453 class LLabel FINAL : public LGap {
455 explicit LLabel(HBasicBlock* block)
469 LLabel* replacement() const { return replacement_; }
470 void set_replacement(LLabel* label) { replacement_ = label; }
475 LLabel* replacement_;