Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MinSize

238   unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth();
239 assert(BranchFixups.size() >= MinSize && "fixup stack out of order");
241 while (BranchFixups.size() > MinSize &&