Searched refs:WebAssemblyCFGSort (Results 1 – 1 of 1) sorted by relevance
106 class WebAssemblyCFGSort final : public MachineFunctionPass { class124 WebAssemblyCFGSort() : MachineFunctionPass(ID) {} in WebAssemblyCFGSort() function in __anon676071ee0111::WebAssemblyCFGSort128 char WebAssemblyCFGSort::ID = 0;129 INITIALIZE_PASS(WebAssemblyCFGSort, DEBUG_TYPE,133 return new WebAssemblyCFGSort(); in createWebAssemblyCFGSort()395 bool WebAssemblyCFGSort::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()