Searched refs:branch_functions (Results 1 – 1 of 1) sorted by relevance
1193 SmallVector<func::FuncOp, 4> branch_functions; in HoistForControlFlow() local1194 case_op.get_branch_functions(branch_functions); in HoistForControlFlow()1195 for (func::FuncOp func : branch_functions) { in HoistForControlFlow()1200 if (failed(HandleCaseOrIfOp(case_op, branch_functions))) return failure(); in HoistForControlFlow()