Searched defs:lower_control_flow (Results 1 – 4 of 4) sorted by relevance
30 bool lower_control_flow) in FunctionOptimizer()
1201 const bool lower_control_flow, in InlineFunctionCalls()
780 lower_control_flow, argument911 def _run_inline_graph_optimization(func, lower_control_flow, argument1050 lower_control_flow=True, argument1088 lower_control_flow=True, argument
132 const auto lower_control_flow = [&](Node* node) -> bool { in Run() local