Lines Matching refs:DVI
363 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingBackwardScan() local
364 DebugVariable Key(DVI->getVariable(), in removeRedundantDbgInstrsUsingBackwardScan()
365 DVI->getExpression(), in removeRedundantDbgInstrsUsingBackwardScan()
366 DVI->getDebugLoc()->getInlinedAt()); in removeRedundantDbgInstrsUsingBackwardScan()
372 ToBeRemoved.push_back(DVI); in removeRedundantDbgInstrsUsingBackwardScan()
410 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingForwardScan() local
411 DebugVariable Key(DVI->getVariable(), in removeRedundantDbgInstrsUsingForwardScan()
413 DVI->getDebugLoc()->getInlinedAt()); in removeRedundantDbgInstrsUsingForwardScan()
418 VMI->second.first != DVI->getValue() || in removeRedundantDbgInstrsUsingForwardScan()
419 VMI->second.second != DVI->getExpression()) { in removeRedundantDbgInstrsUsingForwardScan()
420 VariableMap[Key] = { DVI->getValue(), DVI->getExpression() }; in removeRedundantDbgInstrsUsingForwardScan()
424 ToBeRemoved.push_back(DVI); in removeRedundantDbgInstrsUsingForwardScan()