Searched refs:ChainOffsets (Results 1 – 1 of 1) sorted by relevance
325 const DenseMap<Instruction *, APInt /*OffsetFromLeader*/> &ChainOffsets,543 DenseMap<Instruction *, APInt /*OffsetFromLeader*/> ChainOffsets; in splitChainByMayAliasInstrs() local545 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()