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

References

include/llvm/Transforms/IPO/Attributor.h
  238           cast<CallBase>(IRP.getAnchorValue()));
  402       assert(((isa<Argument>(getAnchorValue()) &&
  404               isa<CallBase>(getAnchorValue())) &&
  406       if (isa<CallBase>(getAnchorValue()))
  441     if (ImmutableCallSite ICS = ImmutableCallSite(&getAnchorValue()))
  519     return (DenseMapInfo<Value *>::getHashValue(&IRP.getAnchorValue()) << 4) ^
lib/Transforms/IPO/Attributor.cpp
  394   ImmutableCallSite ICS(&IRP.getAnchorValue());
 3796     if (auto *I = dyn_cast<Instruction>(&IRP.getAnchorValue())) {
 4891             << Pos.getAnchorValue().getName() << "@" << Pos.getArgNo() << "]}";