Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp93 MachineBasicBlock *getTrampolineBlock(MachineBasicBlock *UnwindDest);
1312 WebAssemblyCFGStackify::getTrampolineBlock(MachineBasicBlock *UnwindDest) { in getTrampolineBlock() function in WebAssemblyCFGStackify
1394 auto *TrampolineBB = getTrampolineBlock(UnwindDest); in addNestedTryTable()