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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp45 SmallPtrSet<MachineBasicBlock *, 8> CatchRetBBs; member in class:__anon2689::final
87 if (!CatchRetBBs.count(Pred)) // We don't go into child scopes
152 CatchRetBBs.clear();
159 CatchRetBBs.insert(&MBB);

Completed in 113 milliseconds