Lines Matching full:nest
2346 // If the call already has the 'nest' attribute somewhere then give up -
2347 // otherwise 'nest' would occur twice after splicing in the chain.
2348 if (Attrs.hasAttrSomewhere(Attribute::Nest))
2364 // Look for a parameter marked with the 'nest' attribute.
2367 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) {
2382 // Insert the nest argument into the call argument list, which may
2398 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest");
2485 // Replace the trampoline call with a direct call. Since there is no 'nest'