Searched refs:WebAssemblyRegStackify (Results 1 – 4 of 4) sorted by relevance
125 WebAssemblyRegStackify could use AliasAnalysis to reorder loads and stores more130 WebAssemblyRegStackify is currently a greedy algorithm. This means that, for147 WebAssemblyRegStackify currently assumes that the stack must be empty after149 this. WebAssemblyRegStackify could be extended, or possibly rewritten, to take
45 class WebAssemblyRegStackify final : public MachineFunctionPass { class67 WebAssemblyRegStackify() : MachineFunctionPass(ID) {} in WebAssemblyRegStackify() function in __anon540fd6980111::WebAssemblyRegStackify71 char WebAssemblyRegStackify::ID = 0;72 INITIALIZE_PASS(WebAssemblyRegStackify, DEBUG_TYPE,77 return new WebAssemblyRegStackify(); in createWebAssemblyRegStackify()797 bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
48 WebAssemblyRegStackify.cpp
64 "WebAssemblyRegStackify.cpp",