Searched refs:NestAttrs (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1276 const AttrListPtr &NestAttrs = NestF->getAttributes(); local
1277 if (!NestAttrs.isEmpty()) {
1285 if (NestAttrs.paramHasAttr(NestIdx, Attribute::Nest)) {
1288 NestAttr = NestAttrs.getParamAttributes(NestIdx);

Completed in 108 milliseconds