Searched refs:WebAssemblyExplicitLocals (Results 1 – 1 of 1) sorted by relevance
35 class WebAssemblyExplicitLocals final : public MachineFunctionPass { class50 WebAssemblyExplicitLocals() : MachineFunctionPass(ID) {} in WebAssemblyExplicitLocals() function in __anonde3e0a310111::WebAssemblyExplicitLocals54 char WebAssemblyExplicitLocals::ID = 0;55 INITIALIZE_PASS(WebAssemblyExplicitLocals, DEBUG_TYPE,59 return new WebAssemblyExplicitLocals(); in createWebAssemblyExplicitLocals()219 bool WebAssemblyExplicitLocals::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()