Searched defs:isOnlyCopiedFromConstantGlobal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp39 /// isOnlyCopiedFromConstantGlobal - Recursively walk the uses of a (derived)
47 isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy, function
65 if (!isOnlyCopiedFromConstantGlobal(BCI, TheCopy, ToDelete, IsOffset))
72 if (!isOnlyCopiedFromConstantGlobal(GEP, TheCopy, ToDelete,
141 /// isOnlyCopiedFromConstantGlobal - Return true if the specified alloca is only
145 isOnlyCopiedFromConstantGlobal(AllocaInst *AI, function
148 if (isOnlyCopiedFromConstantGlobal(AI, TheCopy, ToDelete))
256 if (MemTransferInst *Copy = isOnlyCopiedFromConstantGlobal(&AI, ToDelete)) {

Completed in 106 milliseconds