Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Nest

1494   // If the call already has the 'nest' attribute somewhere then give up -
1495 // otherwise 'nest' would occur twice after splicing in the chain.
1496 if (Attrs.hasAttrSomewhere(Attribute::Nest))
1512 // Look for a parameter marked with the 'nest' attribute.
1515 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) {
1530 // Insert the nest argument into the call argument list, which may
1546 NestVal = Builder->CreateBitCast(NestVal, NestTy, "nest");
1633 // Replace the trampoline call with a direct call. Since there is no 'nest'