Searched refs:NewLocationOps (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 6278 SmallVectorImpl<Value *> &NewLocationOps, in UpdateDbgValueInst() argument 6283 updateDVIWithLocation(*DVIRec.DVI, NewLocationOps[0], NewExpr); in UpdateDbgValueInst() 6290 updateDVIWithLocation(*DVIRec.DVI, NewLocationOps[0], ShortenedOps); in UpdateDbgValueInst() 6293 updateDVIWithLocations(*DVIRec.DVI, NewLocationOps, NewExpr); in UpdateDbgValueInst() 6363 SmallVector<Value *, 2> NewLocationOps; in SalvageDVI() local 6364 NewLocationOps.push_back(LSRInductionVar); in SalvageDVI() 6372 NewLocationOps.push_back(VH); in SalvageDVI() 6373 LocationOpIndexMap[i] = NewLocationOps.size() - 1; in SalvageDVI() 6417 B->appendToVectors(NewExpr, NewLocationOps); in SalvageDVI() 6440 DbgBuilder->appendToVectors(NewExpr, NewLocationOps); in SalvageDVI() [all …]
|