Searched refs:NewLocationOps (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 6703 SmallVectorImpl<Value *> &NewLocationOps, in UpdateDbgValueInst() argument 6709 updateDVIWithLocation(*DbgVal, NewLocationOps[0], NewExpr); in UpdateDbgValueInst() 6716 updateDVIWithLocation(*DbgVal, NewLocationOps[0], ShortenedOps); in UpdateDbgValueInst() 6719 updateDVIWithLocations(*DbgVal, NewLocationOps, NewExpr); in UpdateDbgValueInst() 6804 SmallVector<Value *, 2> NewLocationOps; in SalvageDVI() local 6805 NewLocationOps.push_back(LSRInductionVar); in SalvageDVI() 6813 NewLocationOps.push_back(VH); in SalvageDVI() 6814 LocationOpIndexMap[i] = NewLocationOps.size() - 1; in SalvageDVI() 6859 B->appendToVectors(NewExpr, NewLocationOps); in SalvageDVI() 6882 DbgBuilder->appendToVectors(NewExpr, NewLocationOps); in SalvageDVI() [all …]
|