Home | History | Annotate | Download | only in compiler

Lines Matching refs:phase_

298         phase_(PROPAGATE),
311 phase_ = RETYPE;
561 phase_ = PROPAGATE;
582 phase_ = LOWER;
622 if (phase_ != PROPAGATE) return;
654 bool lower() const { return phase_ == LOWER; }
655 bool retype() const { return phase_ == RETYPE; }
656 bool propagate() const { return phase_ == PROPAGATE; }
661 switch (phase_) {
740 switch (phase_) {
2797 Phase phase_; // current phase of algorithm