Lines Matching full:minsize
246 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth();247 assert(BranchFixups.size() >= MinSize && "fixup stack out of order");249 while (BranchFixups.size() > MinSize &&