Lines Matching refs:WebAssembly
19 /// scope boundaries serve as the labels for WebAssembly's control transfers.
22 /// WebAssembly, provided that all loops are single-entry.
28 #include "WebAssembly.h"
47 return "WebAssembly CFG Stackify";
327 prev(InsertPos)->getOpcode() == WebAssembly::BLOCK)
332 BuildMI(*Header, InsertPos, DebugLoc(), TII.get(WebAssembly::BLOCK))
363 BuildMI(MBB, MBB.begin(), DebugLoc(), TII.get(WebAssembly::LOOP))
370 BuildMI(*Bottom, Bottom->end(), DebugLoc(), TII.get(WebAssembly::LOOP_END));
445 case WebAssembly::LOOP:
449 case WebAssembly::BLOCK: