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

References

include/llvm/Transforms/IPO/Attributor.h
  263     return const_cast<IRPosition *>(this)->getAnchorValue();
  275     Value &V = getAnchorValue();
  293     if (auto *Arg = dyn_cast<Argument>(&getAnchorValue()))
  325     Value &V = getAnchorValue();
  343     Value &V = getAnchorValue();
  457     CallSite CS = CallSite(&getAnchorValue());
  463     LLVMContext &Ctx = getAnchorValue().getContext();
 1370     getDeducedAttributes(getAnchorValue().getContext(), DeducedAttrs);
lib/Transforms/IPO/Attributor.cpp
  353     Attrs = ImmutableCallSite(&IRP.getAnchorValue()).getAttributes();
  358   LLVMContext &Ctx = IRP.getAnchorValue().getContext();
  378     CallSite(&IRP.getAnchorValue()).setAttributes(Attrs);
  994     Value &AnchorValue = getAnchorValue();
 1957     ImmutableCallSite ICS(&getAnchorValue());
 1998     ImmutableCallSite ICS(&getAnchorValue());
 2702     Value &AnchorVal = getIRPosition().getAnchorValue();
 3455     Value &V = getAnchorValue();
 3502     SimplifiedAssociatedValue = &getAnchorValue();
 3823     getDeducedAttributes(IRP.getAnchorValue().getContext(), DeducedAttrs);
 3984     Function &F = cast<Function>(getAnchorValue());