Searched refs:BrDest (Results 1 – 1 of 1) sorted by relevance
2280 auto *BrDest = MO.getMBB(); in fixCatchUnwindMismatches() local2282 for (; std::next(BrDest->getIterator()) != MF.end(); in fixCatchUnwindMismatches()2283 BrDest = BrDest->getNextNode()) { in fixCatchUnwindMismatches()2284 for (const auto &MI : *BrDest) { in fixCatchUnwindMismatches()2294 MO.setMBB(BrDest); in fixCatchUnwindMismatches()