Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp79 DenseMap<const MachineInstr *, MachineBasicBlock *> BeginToBottom; member in __anonc1d378c40111::WebAssemblyCFGStackify
190 if (BeginToBottom.count(Begin)) in getBottom()
191 return BeginToBottom[Begin]; in getBottom()
195 BeginToBottom[Begin] = WebAssembly::getBottom(L); in getBottom()
199 BeginToBottom[Begin] = WebAssembly::getBottom(WE); in getBottom()
202 return BeginToBottom[Begin]; in getBottom()
796 BeginToBottom.clear(); in releaseMemory()