Searched refs:NewLocationOps (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 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() [all …]
|