Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DbgInfoIntrinsic

191       while (isa<DbgInfoIntrinsic>(BBI)) {
196 if (!isa<DbgInfoIntrinsic>(BBI) && !isa<PHINode>(BBI))
623 do { ++BI; } while (isa<DbgInfoIntrinsic>(BI));
628 while (isa<DbgInfoIntrinsic>(BI)) ++BI;
653 do { ++RI; } while (RI != RE && isa<DbgInfoIntrinsic>(&*RI));