Searched refs:NestAttrs (Results 1 – 1 of 1) sorted by relevance
2358 const AttributeSet &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline() local2359 if (!NestAttrs.isEmpty()) { in transformCallThroughTrampoline()2367 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) { in transformCallThroughTrampoline()2370 NestAttr = NestAttrs.getParamAttributes(NestIdx); in transformCallThroughTrampoline()