Searched refs:callEdges (Results 1 – 1 of 1) sorted by relevance
517 BLEdgeVector callEdges; in getCallPhonyEdges() local522 callEdges.push_back(*edge); in getCallPhonyEdges()525 return callEdges; in getCallPhonyEdges()1230 BLEdgeVector callEdges = dag.getCallPhonyEdges(); in insertInstrumentation() local1231 for( BLEdgeIterator edge = callEdges.begin(), in insertInstrumentation()1232 end = callEdges.end(); edge != end; edge++ ) { in insertInstrumentation()