Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp45 class WebAssemblyRegStackify final : public MachineFunctionPass { class
67 WebAssemblyRegStackify() : MachineFunctionPass(ID) {} in WebAssemblyRegStackify() function in __anon6bab11b20111::WebAssemblyRegStackify
71 char WebAssemblyRegStackify::ID = 0;
72 INITIALIZE_PASS(WebAssemblyRegStackify, DEBUG_TYPE,
77 return new WebAssemblyRegStackify(); in createWebAssemblyRegStackify()
759 bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DREADME.txt148 WebAssemblyRegStackify could use AliasAnalysis to reorder loads and stores more
153 WebAssemblyRegStackify is currently a greedy algorithm. This means that, for
170 WebAssemblyRegStackify currently assumes that the stack must be empty after
172 this. WebAssemblyRegStackify could be extended, or possibly rewritten, to take