Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BranchFixup

98 struct BranchFixup {
359 SmallVector<BranchFixup, 8> BranchFixups;
521 BranchFixup &addBranchFixup() {
523 BranchFixups.push_back(BranchFixup());
528 BranchFixup &getBranchFixup(unsigned I) {