|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Transforms/IPO/Attributor.h 442 AttrList = ICS.getAttributes();
459 AttrList = CS.getAttributes();
lib/Analysis/Lint.cpp 268 AttributeList PAL = CS.getAttributes();
lib/CodeGen/GlobalISel/CallLowering.cpp 78 const AttributeList &Attrs = FuncInfo.getAttributes();
lib/Target/X86/X86WinEHState.cpp 505 NewCS.setAttributes(CS.getAttributes());
lib/Transforms/IPO/ArgumentPromotion.cpp 246 const AttributeList &CallPAL = CS.getAttributes();
lib/Transforms/IPO/Attributor.cpp 353 Attrs = ImmutableCallSite(&IRP.getAnchorValue()).getAttributes();
lib/Transforms/IPO/DeadArgumentElimination.cpp 186 AttributeList PAL = CS.getAttributes();
882 const AttributeList &CallPAL = CS.getAttributes();
lib/Transforms/IPO/GlobalOpt.cpp 2126 CS.setAttributes(StripAttr(F->getContext(), CS.getAttributes(), A));
lib/Transforms/IPO/WholeProgramDevirt.cpp 1133 AttributeList Attrs = CS.getAttributes();
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 1744 NewCS.setAttributes(CS.getAttributes().removeAttributes(
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp 598 AttributeList AS = CS.getAttributes();
lib/Transforms/Utils/CallPromotionUtils.cpp 398 const AttributeList &CallerPAL = CS.getAttributes();
lib/Transforms/Utils/FunctionComparator.cpp 576 if (int Res = cmpAttrs(CSL.getAttributes(), CSR.getAttributes()))
576 if (int Res = cmpAttrs(CSL.getAttributes(), CSR.getAttributes()))
lib/Transforms/Utils/InlineFunction.cpp 1868 VarArgsAttrs.push_back(CS.getAttributes().getParamAttributes(i));
lib/Transforms/Utils/ValueMapper.cpp 901 AttributeList Attrs = CS.getAttributes();