Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BranchFixups

359   SmallVector<BranchFixup, 8> BranchFixups;
523 BranchFixups.push_back(BranchFixup());
524 return BranchFixups.back();
527 unsigned getNumBranchFixups() const { return BranchFixups.size(); }
530 return BranchFixups[I];
540 void clearFixups() { BranchFixups.clear(); }