reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
628 if (!DVI) 630 auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); 630 auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); 633 DeadDebugSet.insert({DVI->getVariable(), DVI->getExpression()}); 633 DeadDebugSet.insert({DVI->getVariable(), DVI->getExpression()}); 634 DeadDebugInst.push_back(DVI);