Searched refs:NextNonDebug (Results 1 – 1 of 1) sorted by relevance
2614 Instruction *NextNonDebug = MarkedInstr; in rewriteDebugUsers() local2616 if (isa<DbgVariableIntrinsic>(NextNonDebug)) in rewriteDebugUsers()2617 NextNonDebug = NextNonDebug->getNextNonDebugInstruction(); in rewriteDebugUsers()2619 if (DomPointAfterFrom && NextNonDebug == &DomPoint) { in rewriteDebugUsers()