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

  /src/external/gpl3/gcc/dist/contrib/
analyze_brprob.py 5 # Script to analyze results of our branch prediction heuristics
26 # heuristics - coverage and hitrate. Coverage is number of executions
27 # of a given branch matched by the heuristics and hitrate is probability
30 # These values are useful to determine the quality of given heuristics.
45 # HEURISTICS BRANCHES (REL) HITRATE COVERAGE (REL)
61 # The heuristics called "first match" is a heuristics used by GCC branch
63 # the heuristics has very good covertage (69.05%). On the other hand,
64 # "opcode values nonequal (on trees)" heuristics has good hirate, but poor
101 def parse_and_modify(self, heuristics, write_def_file)
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
analyze_brprob.py 3 # Script to analyze results of our branch prediction heuristics
24 # heuristics - coverage and hitrate. Coverage is number of executions
25 # of a given branch matched by the heuristics and hitrate is probability
28 # These values are useful to determine the quality of given heuristics.
43 # HEURISTICS BRANCHES (REL) HITRATE COVERAGE (REL)
59 # The heuristics called "first match" is a heuristics used by GCC branch
61 # the heuristics has very good covertage (69.05%). On the other hand,
62 # "opcode values nonequal (on trees)" heuristics has good hirate, but poor
99 def parse_and_modify(self, heuristics, write_def_file)
    [all...]

Completed in 14 milliseconds