Searched refs:WebAssemblyCFGSort (Results 1 – 4 of 4) sorted by relevance
51 class WebAssemblyCFGSort final : public MachineFunctionPass { class69 WebAssemblyCFGSort() : MachineFunctionPass(ID) {} in WebAssemblyCFGSort() function in __anondaa273d90111::WebAssemblyCFGSort73 char WebAssemblyCFGSort::ID = 0;74 INITIALIZE_PASS(WebAssemblyCFGSort, DEBUG_TYPE,78 return new WebAssemblyCFGSort(); in createWebAssemblyCFGSort()383 bool WebAssemblyCFGSort::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
22 WebAssemblyCFGSort.cpp
37 "WebAssemblyCFGSort.cpp",
6764 llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp