Searched refs:WebAssemblyRegStackify (Results 1 – 3 of 3) sorted by relevance
44 class WebAssemblyRegStackify final : public MachineFunctionPass { class66 WebAssemblyRegStackify() : MachineFunctionPass(ID) {} in WebAssemblyRegStackify() function in __anon90fe30f60111::WebAssemblyRegStackify70 char WebAssemblyRegStackify::ID = 0;71 INITIALIZE_PASS(WebAssemblyRegStackify, DEBUG_TYPE,76 return new WebAssemblyRegStackify(); in createWebAssemblyRegStackify()768 bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
148 WebAssemblyRegStackify could use AliasAnalysis to reorder loads and stores more153 WebAssemblyRegStackify is currently a greedy algorithm. This means that, for170 WebAssemblyRegStackify currently assumes that the stack must be empty after172 this. WebAssemblyRegStackify could be extended, or possibly rewritten, to take
45 WebAssemblyRegStackify.cpp