HomeSort by relevance Sort by last modified time
    Searched defs:TheCopy (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 55 isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy,
138 if (TheCopy) return false;
152 TheCopy = MI;
164 MemTransferInst *TheCopy = nullptr;
165 if (isOnlyCopiedFromConstantGlobal(AI, TheCopy, ToDelete))
166 return TheCopy;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp 119 bool JoinCopy(MachineInstr *TheCopy, bool &Again);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 317 milliseconds