Home
last modified time | relevance | path

Searched refs:WebAssemblyCFGSort (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp51 class WebAssemblyCFGSort final : public MachineFunctionPass { class
69 WebAssemblyCFGSort() : MachineFunctionPass(ID) {} in WebAssemblyCFGSort() function in __anondaa273d90111::WebAssemblyCFGSort
73 char WebAssemblyCFGSort::ID = 0;
74 INITIALIZE_PASS(WebAssemblyCFGSort, DEBUG_TYPE,
78 return new WebAssemblyCFGSort(); in createWebAssemblyCFGSort()
383 bool WebAssemblyCFGSort::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DCMakeLists.txt22 WebAssemblyCFGSort.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn37 "WebAssemblyCFGSort.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6764 llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp