Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:unreachable

84 STATISTIC(NumFastIselFailUnreachable,"Fast isel fails on Unreachable");
872 case Instruction::Unreachable: NumFastIselFailUnreachable++; return;