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.cpp181 BLEdgeVector getCallPhonyEdges();
236 BLEdgeVector _treeEdges; // All edges in the spanning tree.
237 BLEdgeVector _chordEdges; // All edges not in the spanning tree.
516 BLEdgeVector BLInstrumentationDag::getCallPhonyEdges () {
517 BLEdgeVector callEdges;
1231 BLEdgeVector callEdges = dag.getCallPhonyEdges();
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp154 void BallLarusNode::removeEdge(BLEdgeVector& v, BallLarusEdge* e) {

Completed in 36 milliseconds