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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 55 isOnlyCopiedFromConstantGlobal(Value *V, MemTransferInst *&TheCopy,
136 if (TheCopy) return false;
150 TheCopy = MI;
162 MemTransferInst *TheCopy = nullptr;
163 if (isOnlyCopiedFromConstantGlobal(AI, TheCopy, ToDelete))
164 return TheCopy;
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 148 bool joinCopy(MachineInstr *TheCopy, bool &Again);
    [all...]

Completed in 168 milliseconds