Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
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
H A DWebAssemblyRegStackify.cpp45 class WebAssemblyRegStackify final : public MachineFunctionPass { class
66 WebAssemblyRegStackify() : MachineFunctionPass(ID) {} in WebAssemblyRegStackify() function in __anona4e2dae40111::WebAssemblyRegStackify
70 char WebAssemblyRegStackify::ID = 0;
71 INITIALIZE_PASS(WebAssemblyRegStackify, DEBUG_TYPE,
76 return new WebAssemblyRegStackify(); in createWebAssemblyRegStackify()
804 bool WebAssemblyRegStackify::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DCMakeLists.txt49 WebAssemblyRegStackify.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn66 "WebAssemblyRegStackify.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt6778 llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp