Searched refs:BLEdgeVector (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DPathNumbering.h46 typedef std::vector<BallLarusEdge*> BLEdgeVector; typedef in namespace:llvm
109 BLEdgeVector _predEdges;
112 BLEdgeVector _succEdges;
125 void removeEdge(BLEdgeVector& v, BallLarusEdge* e);
249 BLEdgeVector _edges;
252 BLEdgeVector _backEdges;
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp180 BLEdgeVector getCallPhonyEdges();
235 BLEdgeVector _treeEdges; // All edges in the spanning tree.
236 BLEdgeVector _chordEdges; // All edges not in the spanning tree.
515 BLEdgeVector BLInstrumentationDag::getCallPhonyEdges () {
516 BLEdgeVector callEdges;
1230 BLEdgeVector callEdges = dag.getCallPhonyEdges();
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp153 void BallLarusNode::removeEdge(BLEdgeVector& v, BallLarusEdge* e) {

Completed in 106 milliseconds