Home | History | Annotate | Download | only in x87

Lines Matching refs:LGoto

176 bool LGoto::HasInterestingComment(LCodeGen* gen) const {
181 void LGoto::PrintDataTo(StringStream* stream) {
889 instr = new(zone()) LGoto(successor);
949 (LGoto::cast(instr)->jumps_to_join() || next_block_->is_osr_entry())) {
983 return new(zone()) LGoto(instr->FirstSuccessor());