Home
last modified time | relevance | path

Searched refs:NewLocationOps (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6313 SmallVectorImpl<Value *> &NewLocationOps, in UpdateDbgValueInst() argument
6318 updateDVIWithLocation(*DVIRec.DVI, NewLocationOps[0], NewExpr); in UpdateDbgValueInst()
6325 updateDVIWithLocation(*DVIRec.DVI, NewLocationOps[0], ShortenedOps); in UpdateDbgValueInst()
6328 updateDVIWithLocations(*DVIRec.DVI, NewLocationOps, NewExpr); in UpdateDbgValueInst()
6398 SmallVector<Value *, 2> NewLocationOps; in SalvageDVI() local
6399 NewLocationOps.push_back(LSRInductionVar); in SalvageDVI()
6407 NewLocationOps.push_back(VH); in SalvageDVI()
6408 LocationOpIndexMap[i] = NewLocationOps.size() - 1; in SalvageDVI()
6451 B->appendToVectors(NewExpr, NewLocationOps); in SalvageDVI()
6474 DbgBuilder->appendToVectors(NewExpr, NewLocationOps); in SalvageDVI()
[all …]