reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
616 for (const Instruction *I = getNextNode(); I; I = I->getNextNode()) 616 for (const Instruction *I = getNextNode(); I; I = I->getNextNode()) 616 for (const Instruction *I = getNextNode(); I; I = I->getNextNode()) 617 if (!isa<DbgInfoIntrinsic>(I)) 618 return I;