Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp46 SmallPtrSet<MachineBasicBlock *, 8> CatchRetBBs; member in __anonb5abb3b30111::WebAssemblyLateEHPrepare
88 if (!CatchRetBBs.count(Pred)) // We don't go into child scopes in getMatchingEHPad()
155 CatchRetBBs.clear(); in recordCatchRetBBs()
162 CatchRetBBs.insert(&MBB); in recordCatchRetBBs()