Home | History | Annotate | Download | only in Analysis

Lines Matching refs:EI

359     for (SmallVectorImpl<unsigned>::iterator EI = BackEdges.begin(),
360 EE = BackEdges.end(); EI != EE; ++EI) {
361 setEdgeWeight(BB, *EI, backWeight);
370 for (SmallVectorImpl<unsigned>::iterator EI = InEdges.begin(),
371 EE = InEdges.end(); EI != EE; ++EI) {
372 setEdgeWeight(BB, *EI, inWeight);
381 for (SmallVectorImpl<unsigned>::iterator EI = ExitingEdges.begin(),
382 EE = ExitingEdges.end(); EI != EE; ++EI) {
383 setEdgeWeight(BB, *EI, exitWeight);