HomeSort by: relevance | last modified time | path
    Searched refs:ops_active (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-operands.h 60 bool ops_active; variable
tree-ssa-operands.cc 224 return fun->gimple_df && gimple_ssa_operands (fun)->ops_active;
275 gimple_ssa_operands (fn)->ops_active = true;
297 gimple_ssa_operands (fn)->ops_active = false;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-operands.h 60 bool ops_active; variable
tree-ssa-operands.cc 224 return fun->gimple_df && gimple_ssa_operands (fun)->ops_active;
275 gimple_ssa_operands (fn)->ops_active = true;
297 gimple_ssa_operands (fn)->ops_active = false;

Completed in 77 milliseconds