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

  /src/external/gpl3/gcc/dist/gcc/
cse.cc 337 static bool recorded_label_ref; variable
6609 if (INSN_P (insn) && !recorded_label_ref
6611 recorded_label_ref = true;
6711 recorded_label_ref = false;
6771 if (cse_jumps_altered || recorded_label_ref)
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 339 static bool recorded_label_ref; variable
6601 if (INSN_P (insn) && !recorded_label_ref
6603 recorded_label_ref = true;
6695 recorded_label_ref = false;
6755 if (cse_jumps_altered || recorded_label_ref)

Completed in 22 milliseconds