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

References

lib/Analysis/CaptureTracking.cpp
  261       if (Call->onlyReadsMemory() && Call->doesNotThrow() &&
  261       if (Call->onlyReadsMemory() && Call->doesNotThrow() &&
  262           Call->getType()->isVoidTy())
  270       if (isIntrinsicReturningPointerAliasingArgumentWithoutCapturing(Call,
  272         AddUses(Call);
  278       if (auto *MI = dyn_cast<MemIntrinsic>(Call))
  290       for (auto IdxOpPair : enumerate(Call->data_ops())) {
  293         if (A == V && !Call->doesNotCapture(Idx))