Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp35 class WebAssemblyExplicitLocals final : public MachineFunctionPass { class
50 WebAssemblyExplicitLocals() : MachineFunctionPass(ID) {} in WebAssemblyExplicitLocals() function in __anonde3e0a310111::WebAssemblyExplicitLocals
54 char WebAssemblyExplicitLocals::ID = 0;
55 INITIALIZE_PASS(WebAssemblyExplicitLocals, DEBUG_TYPE,
59 return new WebAssemblyExplicitLocals(); in createWebAssemblyExplicitLocals()
219 bool WebAssemblyExplicitLocals::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()