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.cpp47 isOnlyCopiedFromConstantMemory(AAResults *AA, AllocaInst *V, in isOnlyCopiedFromConstantMemory() function
164 isOnlyCopiedFromConstantMemory(AAResults *AA, in isOnlyCopiedFromConstantMemory() function
168 if (isOnlyCopiedFromConstantMemory(AA, AI, TheCopy, ToDelete)) in isOnlyCopiedFromConstantMemory()
524 if (MemTransferInst *Copy = isOnlyCopiedFromConstantMemory(AA, &AI, ToDelete)) { in visitAllocaInst()