Home | History | Annotate | Download | only in Scalar

Lines Matching defs:IsInSet

3642         auto IsInSet = [&](AllocaInst *AI) {
3645 Worklist.remove_if(IsInSet);
3646 PostPromotionWorklist.remove_if(IsInSet);
3649 IsInSet),