Searched refs:AppendixBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp81 MachineBasicBlock *AppendixBB = nullptr; member in class:__anon2433::final
83 if (!AppendixBB) {
84 AppendixBB = MF.CreateMachineBasicBlock();
86 AppendixBB->addSuccessor(AppendixBB);
87 MF.push_back(AppendixBB);
89 return AppendixBB;
967 auto *AppendixBB = getAppendixBlock(MF); local
969 BuildMI(AppendixBB, DebugLoc(), TII.get(WebAssembly::RETHROW))
973 BrDestToTryRanges[AppendixBB]
[all...]

Completed in 189 milliseconds