Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ow

816       double ow = getExecutionCount(Dest);
824 ow -= ew;
828 if (ow < 0) continue;
833 ew = ew<ow?ew:ow;