Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp54 isOnlyCopiedFromConstantMemory(AAResults *AA, AllocaInst *V, in isOnlyCopiedFromConstantMemory() function
176 isOnlyCopiedFromConstantMemory(AAResults *AA, in isOnlyCopiedFromConstantMemory() function
180 if (isOnlyCopiedFromConstantMemory(AA, AI, TheCopy, ToDelete)) in isOnlyCopiedFromConstantMemory()
509 if (MemTransferInst *Copy = isOnlyCopiedFromConstantMemory(AA, &AI, ToDelete)) { in visitAllocaInst()