Searched refs:NestAttrs (Results 1 – 3 of 3) sorted by relevance
1263 const AttrListPtr &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline() local1264 if (!NestAttrs.isEmpty()) { in transformCallThroughTrampoline()1272 if (NestAttrs.paramHasAttr(NestIdx, Attribute::Nest)) { in transformCallThroughTrampoline()1275 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline()
2909 const AttributeSet &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline() local2910 if (!NestAttrs.isEmpty()) { in transformCallThroughTrampoline()2918 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) { in transformCallThroughTrampoline()2921 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline()
4403 AttributeList NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline() local4404 if (!NestAttrs.isEmpty()) { in transformCallThroughTrampoline()4413 AttributeSet AS = NestAttrs.getParamAttributes(NestArgNo); in transformCallThroughTrampoline()