Searched refs:NextNonDebug (Results 1 – 1 of 1) sorted by relevance
2642 Instruction *NextNonDebug = MarkedInstr; in rewriteDebugUsers() local2644 if (isa<DbgVariableIntrinsic>(NextNonDebug)) in rewriteDebugUsers()2645 NextNonDebug = NextNonDebug->getNextNonDebugInstruction(); in rewriteDebugUsers()2647 if (DomPointAfterFrom && NextNonDebug == &DomPoint) { in rewriteDebugUsers()