Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp43 class WebAssemblyRegStackify final : public MachineFunctionPass { class
68 WebAssemblyRegStackify(CodeGenOptLevel OptLevel) in WebAssemblyRegStackify() function in __anon612323ed0111::WebAssemblyRegStackify
70 WebAssemblyRegStackify() : WebAssemblyRegStackify(CodeGenOptLevel::Default) {} in WebAssemblyRegStackify() function in __anon612323ed0111::WebAssemblyRegStackify
74 char WebAssemblyRegStackify::ID = 0;
75 INITIALIZE_PASS(WebAssemblyRegStackify, DEBUG_TYPE,
80 return new WebAssemblyRegStackify(OptLevel); in createWebAssemblyRegStackify()
836 bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DREADME.txt125 WebAssemblyRegStackify could use AliasAnalysis to reorder loads and stores more
130 WebAssemblyRegStackify is currently a greedy algorithm. This means that, for
147 WebAssemblyRegStackify currently assumes that the stack must be empty after
149 this. WebAssemblyRegStackify could be extended, or possibly rewritten, to take