Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp561 for (auto ChainIt = std::next(ChainBegin); ChainIt != ChainEnd; ++ChainIt) { in splitChainByMayAliasInstrs() local
562 if (isSafeToMove<IsLoad>(ChainIt->Inst, NewChain.front().Inst, in splitChainByMayAliasInstrs()
565 << *ChainIt->Inst << " into " << *ChainBegin->Inst in splitChainByMayAliasInstrs()
567 NewChain.push_back(*ChainIt); in splitChainByMayAliasInstrs()
571 << *ChainIt->Inst << " into " << *ChainBegin->Inst << "\n"); in splitChainByMayAliasInstrs()
581 NewChain = SmallVector<ChainElem, 1>({*ChainIt}); in splitChainByMayAliasInstrs()