Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DbgInfoIntrinsic

217       while (isa<DbgInfoIntrinsic>(BBI)) {
222 if (!isa<DbgInfoIntrinsic>(BBI) && !isa<PHINode>(BBI))
658 do { ++BI; } while (isa<DbgInfoIntrinsic>(BI));
663 while (isa<DbgInfoIntrinsic>(BI)) ++BI;
688 do { ++RI; } while (RI != RE && isa<DbgInfoIntrinsic>(&*RI));