reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7128 if (!DVI || (DVI->getValue() && isa<AllocaInst>(DVI->getValue()))) { 7128 if (!DVI || (DVI->getValue() && isa<AllocaInst>(DVI->getValue()))) { 7128 if (!DVI || (DVI->getValue() && isa<AllocaInst>(DVI->getValue()))) { 7133 Instruction *VI = dyn_cast_or_null<Instruction>(DVI->getValue()); 7140 << *DVI << ' ' << *VI); 7141 DVI->removeFromParent(); 7143 DVI->insertBefore(&*VI->getParent()->getFirstInsertionPt()); 7145 DVI->insertAfter(VI);