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

References

lib/Analysis/AliasAnalysis.cpp
  653   if (!Call || Call == Object)
  653   if (!Call || Call == Object)
  666   for (auto CI = Call->data_operands_begin(), CE = Call->data_operands_end();
  666   for (auto CI = Call->data_operands_begin(), CE = Call->data_operands_end();
  672         (!Call->doesNotCapture(ArgNo) && ArgNo < Call->getNumArgOperands() &&
  672         (!Call->doesNotCapture(ArgNo) && ArgNo < Call->getNumArgOperands() &&
  673          !Call->isByValArgument(ArgNo)))
  685     if (Call->doesNotAccessMemory(ArgNo))
  687     if (Call->onlyReadsMemory(ArgNo)) {