Home
last modified time | relevance | path

Searched refs:BrDest (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp2280 auto *BrDest = MO.getMBB(); in fixCatchUnwindMismatches() local
2282 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()