Home | History | Annotate | Download | only in analyzer

Lines Matching refs:Mode

34     Mode = 1
37 Mode = 1
38 if (("Analyzer Total Time" in line) and (Mode == 1)) :
44 if ((("warning generated." in line) or ("warnings generated" in line)) and Mode == 1) :
47 if (("The # of functions analysed (as top level)" in line) and (Mode == 1)) :
50 if (("The % of reachable basic blocks" in line) and (Mode == 1)) :
53 if (("The # of times we reached the max number of steps" in line) and (Mode == 1)) :
56 if (("The maximum number of basic blocks in a function" in line) and (Mode == 1)) :
60 if (("The # of steps executed" in line) and (Mode == 1)) :
63 if (("The # of times we inlined a call" in line) and (Mode == 1)) :
66 if (("The # of times we split the path due to imprecise dynamic dispatch info" in line) and (Mode == 1)) :
69 if ((") Total" in line) and (Mode == 1)) :