Searched refs:WebAssemblyRegStackify (Results 1 – 5 of 5) 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 { class66 WebAssemblyRegStackify() : MachineFunctionPass(ID) {} in WebAssemblyRegStackify() function in __anond2a2111d0111::WebAssemblyRegStackify70 char WebAssemblyRegStackify::ID = 0;71 INITIALIZE_PASS(WebAssemblyRegStackify, DEBUG_TYPE,76 return new WebAssemblyRegStackify(); in createWebAssemblyRegStackify()800 bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
49 WebAssemblyRegStackify.cpp
65 "WebAssemblyRegStackify.cpp",
6790 llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp