Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp60 isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy, in isOnlyCopiedFromConstantGlobal() argument
139 if (TheCopy) return false; in isOnlyCopiedFromConstantGlobal()
153 TheCopy = MI; in isOnlyCopiedFromConstantGlobal()
165 MemTransferInst *TheCopy = nullptr; in isOnlyCopiedFromConstantGlobal() local
166 if (isOnlyCopiedFromConstantGlobal(AI, TheCopy, ToDelete)) in isOnlyCopiedFromConstantGlobal()
167 return TheCopy; in isOnlyCopiedFromConstantGlobal()