Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:unreachable

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