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

  /src/external/gpl3/gcc/dist/contrib/
analyze_brprob.py 318 loop_niter_str = ';; profile-based iteration count: ' variable
330 elif l.startswith(loop_niter_str):
331 v = int(l[len(loop_niter_str):])
analyze_brprob.py 318 loop_niter_str = ';; profile-based iteration count: ' variable
330 elif l.startswith(loop_niter_str):
331 v = int(l[len(loop_niter_str):])
  /src/external/gpl3/gcc.old/dist/contrib/
analyze_brprob.py 316 loop_niter_str = ';; profile-based iteration count: ' variable
328 elif l.startswith(loop_niter_str):
329 v = int(l[len(loop_niter_str):])
analyze_brprob.py 316 loop_niter_str = ';; profile-based iteration count: ' variable
328 elif l.startswith(loop_niter_str):
329 v = int(l[len(loop_niter_str):])

Completed in 44 milliseconds