Home | History | Annotate | Download | only in verifier

Lines Matching defs:interesting

56     bool interesting = false;
59 interesting = flags[i].IsOpcode();
62 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget();
65 interesting = flags[i].IsBranchTarget();
70 if (interesting) {
600 // We are relying on this to also count all the invokes as interesting.