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

References

include/llvm/Transforms/IPO/Attributor.h
  240     assert(IRP.getAssociatedFunction());
  241     return IRPosition::function(*IRP.getAssociatedFunction());
  444       AttrList = getAssociatedFunction()->getAttributes();
 1741       assert(I->getFunction() == getIRPosition().getAssociatedFunction() &&
lib/Transforms/IPO/Attributor.cpp
  403         IRPosition::function(*IRP.getAssociatedFunction()));
 2132            std::to_string(getAssociatedFunction()->size()) + "][#NRI " +
 2236     assert(BB->getParent() == getAssociatedFunction() &&
 2251     assert(I->getParent()->getParent() == getAssociatedFunction() &&
 2925         getArgNo() >= 0 ? IRP.getAssociatedFunction() : IRP.getAnchorScope();
 3162       getArgNo() >= 0 ? IRP.getAssociatedFunction() : IRP.getAnchorScope();
 4103       *this, IRPosition::function(*IRP.getAssociatedFunction()));
 4250   const Function *AssociatedFunction = IRP.getAssociatedFunction();
 4328   const Function *AssociatedFunction = IRP.getAssociatedFunction();
 4348   const Function *AssociatedFunction = IRP.getAssociatedFunction();
 4390   const Function *AssociatedFunction = IRP.getAssociatedFunction();