Searched refs:IRP_CALL_SITE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| HD | Attributor.h | 160 IRP_CALL_SITE = -1, ///< An attribute for a call site (function scope). enumerator 196 return IRPosition(const_cast<CallBase &>(CB), IRP_CALL_SITE); in callsite_function() 346 case IRPosition::IRP_CALL_SITE: in getAttrIdx() 439 case IRPosition::IRP_CALL_SITE: in isAnyCallSitePosition()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | Attributor.cpp | 442 case IRPosition::IRP_CALL_SITE: in manifestAttrs() 467 case IRPosition::IRP_CALL_SITE: in manifestAttrs() 497 case IRPosition::IRP_CALL_SITE: in SubsumingPositionIterator() 605 case IRP_CALL_SITE: in verify() 6690 case IRPosition::IRP_CALL_SITE: in operator <<() 6865 SWITCH_PK_CREATE(CLASS, IRP, IRP_CALL_SITE, CallSite) \ 6876 SWITCH_PK_INV(CLASS, IRP_CALL_SITE, "call site") \ 6892 SWITCH_PK_CREATE(CLASS, IRP, IRP_CALL_SITE, CallSite) \ 6912 SWITCH_PK_INV(CLASS, IRP_CALL_SITE, "call site") \ 6925 SWITCH_PK_CREATE(CLASS, IRP, IRP_CALL_SITE, CallSite) \
|