reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
390 if (TheVNI && TheVNI != VNI) 390 if (TheVNI && TheVNI != VNI) 392 TheVNI = VNI; 407 if (TheVNI && TheVNI != VNI) 407 if (TheVNI && TheVNI != VNI) 409 TheVNI = VNI; 424 FoundUndef |= (TheVNI == nullptr || TheVNI == &UndefVNI); 424 FoundUndef |= (TheVNI == nullptr || TheVNI == &UndefVNI); 435 assert(TheVNI != nullptr && TheVNI != &UndefVNI); 435 assert(TheVNI != nullptr && TheVNI != &UndefVNI); 444 Map[MF->getBlockNumbered(BN)] = LiveOutPair(TheVNI, nullptr); 445 Updater.add(Start, End, TheVNI);