Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp45 class WebAssemblyExplicitLocals final : public MachineFunctionPass { class
60 WebAssemblyExplicitLocals() : MachineFunctionPass(ID) {} in WebAssemblyExplicitLocals() function in __anon31c6ddd60111::WebAssemblyExplicitLocals
64 char WebAssemblyExplicitLocals::ID = 0;
65 INITIALIZE_PASS(WebAssemblyExplicitLocals, DEBUG_TYPE,
69 return new WebAssemblyExplicitLocals(); in createWebAssemblyExplicitLocals()
187 bool WebAssemblyExplicitLocals::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()