Searched refs:WebAssemblyExplicitLocals (Results 1 – 2 of 2) sorted by relevance
43 class WebAssemblyExplicitLocals final : public MachineFunctionPass { class58 WebAssemblyExplicitLocals() : MachineFunctionPass(ID) {} in WebAssemblyExplicitLocals() function in __anon0aee4a4b0111::WebAssemblyExplicitLocals62 char WebAssemblyExplicitLocals::ID = 0;63 INITIALIZE_PASS(WebAssemblyExplicitLocals, DEBUG_TYPE,67 return new WebAssemblyExplicitLocals(); in createWebAssemblyExplicitLocals()183 bool WebAssemblyExplicitLocals::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
24 WebAssemblyExplicitLocals.cpp