Lines Matching refs:NewLocationOps
6740 SmallVectorImpl<Value *> &NewLocationOps, in UpdateDbgValueInst() argument
6746 updateDVIWithLocation(*DbgVal, NewLocationOps[0], NewExpr); in UpdateDbgValueInst()
6753 updateDVIWithLocation(*DbgVal, NewLocationOps[0], ShortenedOps); in UpdateDbgValueInst()
6756 updateDVIWithLocations(*DbgVal, NewLocationOps, NewExpr); in UpdateDbgValueInst()
6841 SmallVector<Value *, 2> NewLocationOps; in SalvageDVI() local
6842 NewLocationOps.push_back(LSRInductionVar); in SalvageDVI()
6850 NewLocationOps.push_back(VH); in SalvageDVI()
6851 LocationOpIndexMap[i] = NewLocationOps.size() - 1; in SalvageDVI()
6894 B->appendToVectors(NewExpr, NewLocationOps); in SalvageDVI()
6917 DbgBuilder->appendToVectors(NewExpr, NewLocationOps); in SalvageDVI()
6920 UpdateDbgValueInst(DVIRec, NewLocationOps, NewExpr); in SalvageDVI()