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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp43 SmallSet<MachineBasicBlock *, 8> CatchRetBBs; member in class:__anon4372::final
86 if (!CatchRetBBs.count(Pred)) // We don't go into child scopes
137 CatchRetBBs.clear();
144 CatchRetBBs.insert(&MBB);

Completed in 46 milliseconds