HomeSort by: relevance | last modified time | path
    Searched defs:gate_status (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
passes.cc 2420 GATE_STATUS is the gate status determined by pass manager by
2424 override_gate_status (opt_pass *pass, tree func, bool gate_status)
2436 gate_status = !explicitly_disabled && (gate_status || explicitly_enabled);
2438 return gate_status;
2581 bool gate_status;
2593 User controls the value of the gate through the parameter "gate_status". */
2594 gate_status = pass->gate (cfun);
2595 gate_status = override_gate_status (pass, current_function_decl, gate_status);
2580 bool gate_status; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
passes.cc 2416 GATE_STATUS is the gate status determined by pass manager by
2420 override_gate_status (opt_pass *pass, tree func, bool gate_status)
2432 gate_status = !explicitly_disabled && (gate_status || explicitly_enabled);
2434 return gate_status;
2572 bool gate_status;
2584 User controls the value of the gate through the parameter "gate_status". */
2585 gate_status = pass->gate (cfun);
2586 gate_status = override_gate_status (pass, current_function_decl, gate_status);
2571 bool gate_status; local
    [all...]

Completed in 48 milliseconds