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

References

lib/Transforms/IPO/Attributor.cpp
  406     assert(ICS && "Expected call site!");
  409     if (!ICS.hasOperandBundles())
  410       if (const Function *Callee = ICS.getCalledFunction())
  414     assert(ICS && "Expected call site!");
  417     if (!ICS.hasOperandBundles()) {
  418       if (const Function *Callee = ICS.getCalledFunction()) {
  424         IRPosition::callsite_function(cast<CallBase>(*ICS.getInstruction())));
  428     assert(ICS && ArgNo >= 0 && "Expected call site!");
  431     if (!ICS.hasOperandBundles()) {
  432       const Function *Callee = ICS.getCalledFunction();