Searched refs:IsLoadChain (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp607 bool IsLoadChain = isa<LoadInst>(Chain[0]); local
610 if (IsLoadChain)
629 } else if (IsLoadChain && (I.mayWriteToMemory() || I.mayThrow())) {
633 } else if (!IsLoadChain && (I.mayReadOrWriteMemory() || I.mayThrow())) {
706 if (IsLoadChain && BarrierMemoryInstr) {

Completed in 189 milliseconds