reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
912 assert(Pos != SameTails[i].getBlock()->end() && 914 while (!countsAsInstruction(*Pos)) { 915 ++Pos; 916 assert(Pos != SameTails[i].getBlock()->end() && 919 assert(MI.isIdenticalTo(*Pos) && "Expected matching MIIs!"); 920 DL = DILocation::getMergedLocation(DL, Pos->getDebugLoc()); 921 NextCommonInsts[i] = ++Pos;