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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp644 Instruction *BarrierMemoryInstr = nullptr; local
651 if (BarrierMemoryInstr && OBB.dominates(BarrierMemoryInstr, ChainInstr))
658 if (BarrierMemoryInstr && OBB.dominates(BarrierMemoryInstr, MemInstr))
698 BarrierMemoryInstr = MemInstr;
706 if (IsLoadChain && BarrierMemoryInstr) {
707 // The BarrierMemoryInstr is a store that precedes ChainInstr.
708 assert(OBB.dominates(BarrierMemoryInstr, ChainInstr));

Completed in 55 milliseconds