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

References

lib/Analysis/CaptureTracking.cpp
  229   assert(V->getType()->isPointerTy() && "Capture is for pointers only!");
  247   AddUses(V);
  252     V = U->get();
  293         if (A == V && !Call->doesNotCapture(Idx))
  312       if (V == I->getOperand(0) || cast<StoreInst>(I)->isVolatile())
  323       if (ARMWI->getValOperand() == V || ARMWI->isVolatile())
  335       if (ACXI->getCompareOperand() == V || ACXI->getNewValOperand() == V ||
  335       if (ACXI->getCompareOperand() == V || ACXI->getNewValOperand() == V ||
  350       unsigned Idx = (I->getOperand(0) == V) ? 0 : 1;
  357           if (isNoAliasCall(V->stripPointerCasts()))