Home | History | Annotate | Download | only in x64

Lines Matching refs:LLabel

445 class LLabel FINAL : public LGap {
447 explicit LLabel(HBasicBlock* block)
461 LLabel* replacement() const { return replacement_; }
462 void set_replacement(LLabel* label) { replacement_ = label; }
467 LLabel* replacement_;