Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Unreachable

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