reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/InferAddressSpaces.cpp
  907     Value *NewV = ValueWithNewAddrSpace.lookup(V);
  911     LLVM_DEBUG(dbgs() << "Replacing the uses of " << *V << "\n  with\n  "
  914     if (Constant *C = dyn_cast<Constant>(V)) {
  921         V = Replace;
  926     for (I = V->use_begin(), E = V->use_end(); I != E; ) {
  926     for (I = V->use_begin(), E = V->use_end(); I != E; ) {
  934               TTI, U, V->getType()->getPointerAddressSpace())) {
  945         if (!MI->isVolatile() && handleMemIntrinsicPtrUse(MI, V, NewV))
  950         if (rewriteIntrinsicOperands(II, V, NewV))
 1001         if (Instruction *Inst = dyn_cast<Instruction>(V)) {
 1003           if (U == V && isa<AddrSpaceCastInst>(V))
 1003           if (U == V && isa<AddrSpaceCastInst>(V))
 1009           U.set(new AddrSpaceCastInst(NewV, V->getType(), "", &*InsertPos));
 1012                                                V->getType()));
 1017     if (V->use_empty()) {
 1018       if (Instruction *I = dyn_cast<Instruction>(V))