Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp325 const DenseMap<Instruction *, APInt /*OffsetFromLeader*/> &ChainOffsets,
543 DenseMap<Instruction *, APInt /*OffsetFromLeader*/> ChainOffsets; in splitChainByMayAliasInstrs() local
545 ChainOffsets.insert({&*E.Inst, E.OffsetFromLeader}); in splitChainByMayAliasInstrs()
577 ChainOffsets, BatchAA)) { in splitChainByMayAliasInstrs()
1007 const DenseMap<Instruction *, APInt /*OffsetFromLeader*/> &ChainOffsets, in isSafeToMove()
1034 const APInt &ChainElemOffset = ChainOffsets.at(ChainElem); in isSafeToMove()
1058 if (auto OffsetIt = ChainOffsets.find(I); OffsetIt != ChainOffsets.end()) { in isSafeToMove()