reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
409 if (!isa<Constant>(V)) { 411 << "\n\nUse still stuck around after Def is destroyed: " << *V 415 assert(isa<Constant>(V) && "References remain to Constant being destroyed"); 416 cast<Constant>(V)->destroyConstant(); 419 assert((use_empty() || user_back() != V) && "Constant not removed!");