HomeSort by relevance Sort by last modified time
    Searched refs:isOnlyCopiedFromConstantGlobal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 47 /// isOnlyCopiedFromConstantGlobal - Recursively walk the uses of a (derived)
55 isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy,
158 /// isOnlyCopiedFromConstantGlobal - Return true if the specified alloca is only
162 isOnlyCopiedFromConstantGlobal(AllocaInst *AI,
165 if (isOnlyCopiedFromConstantGlobal(AI, TheCopy, ToDelete))
287 if (MemTransferInst *Copy = isOnlyCopiedFromConstantGlobal(&AI, ToDelete)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 159 static MemTransferInst *isOnlyCopiedFromConstantGlobal(
    [all...]

Completed in 2226 milliseconds