Searched refs:WebAssemblyRegStackify (Results 1 – 2 of 2) sorted by relevance
45 class WebAssemblyRegStackify final : public MachineFunctionPass { class67 WebAssemblyRegStackify() : MachineFunctionPass(ID) {} in WebAssemblyRegStackify() function in __anon6bab11b20111::WebAssemblyRegStackify71 char WebAssemblyRegStackify::ID = 0;72 INITIALIZE_PASS(WebAssemblyRegStackify, DEBUG_TYPE,77 return new WebAssemblyRegStackify(); in createWebAssemblyRegStackify()759 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