Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp46 Value *V, MemTransferInst *&TheCopy, in isOnlyCopiedFromConstantMemory() argument
125 if (TheCopy) return false; in isOnlyCopiedFromConstantMemory()
139 TheCopy = MI; in isOnlyCopiedFromConstantMemory()
152 MemTransferInst *TheCopy = nullptr; in isOnlyCopiedFromConstantMemory() local
153 if (isOnlyCopiedFromConstantMemory(AA, AI, TheCopy, ToDelete)) in isOnlyCopiedFromConstantMemory()
154 return TheCopy; in isOnlyCopiedFromConstantMemory()