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

References

include/llvm/Transforms/IPO/Attributor.h
  285     return const_cast<IRPosition *>(this)->getAssociatedFunction();
  298     Function *AssociatedFn = getAssociatedFunction();
  461       AttrList = getAssociatedFunction()->getAttributes();
  470       getAssociatedFunction()->setAttributes(AttrList);
lib/Transforms/IPO/Attributor.cpp
  333   Function *ScopeFn = IRP.getAssociatedFunction();
  682         this->getIRPosition().getAssociatedFunction();
  816     Function *F = getAssociatedFunction();
  827     Function *F = getAssociatedFunction();
  876     Function *F = getAssociatedFunction();
 1436     Function *F = getAssociatedFunction();
 1447     Function *F = getAssociatedFunction();
 1500     Function *F = getAssociatedFunction();
 1511     Function *F = getAssociatedFunction();
 1781     Function *F = getAssociatedFunction();
 1792     Function *F = getAssociatedFunction();
 1837     Function *F = getAssociatedFunction();
 1881     Function *F = getAssociatedFunction();
 1892     Function *F = getAssociatedFunction();
 2074     Function *F = getAssociatedFunction();
 2085     Function *F = getAssociatedFunction();
 2102     const Function *F = getAssociatedFunction();
 2142     Function &F = *getAssociatedFunction();
 2409                     << getAssociatedFunction()->size() << "\n");
 2413       getAssociatedFunction()->size() == AssumedLiveBlocks.size()) {
 2647     Function *F = getAssociatedFunction();
 2660     Function *F = getAssociatedFunction();
 2692         (!getAssociatedFunction() ||
 2693          !getAssociatedFunction()->hasExactDefinition()))
 2825     Function *F = getAssociatedFunction();
 2836     Function *F = getAssociatedFunction();
 2854     Function *F = getAssociatedFunction();
 2894     Function *F = getAssociatedFunction();
 3555     Function *F = getAssociatedFunction();
 3632   const Function *F = getAssociatedFunction();
 4011     Function *F = getAssociatedFunction();
 4022     Function *F = getAssociatedFunction();
 4418       QueryingAA.getIRPosition().getAssociatedFunction();