Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MinSize

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