Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPeephole.cpp80 unsigned FallthroughOpc, in MaybeRewriteToFallthrough() argument
94 if (FallthroughOpc != WebAssembly::FALLTHROUGH_RETURN_VOID) { in MaybeRewriteToFallthrough()
109 MI.setDesc(TII.get(FallthroughOpc)); in MaybeRewriteToFallthrough()