| /src/external/gpl3/gcc/dist/contrib/ |
| analyze_brprob.py | 183 def print(self, branches_max, count_max, predict_def): 198 percentage(self.branches(), branches_max), 246 def branches_max(self): member in class:Profile 254 branches_max = self.branches_max() 271 h.print(branches_max, count_max, predict_def)
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| analyze_brprob.py | 181 def print(self, branches_max, count_max, predict_def): 196 percentage(self.branches(), branches_max), 244 def branches_max(self): member in class:Profile 252 branches_max = self.branches_max() 269 h.print(branches_max, count_max, predict_def)
|