HomeSort by relevance Sort by last modified time
    Searched refs:BLEdgeVector (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 46 typedef std::vector<BallLarusEdge*> BLEdgeVector;
109 BLEdgeVector _predEdges;
112 BLEdgeVector _succEdges;
125 void removeEdge(BLEdgeVector& v, BallLarusEdge* e);
249 BLEdgeVector _edges;
252 BLEdgeVector _backEdges;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 181 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;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp 154 void BallLarusNode::removeEdge(BLEdgeVector& v, BallLarusEdge* e) {

Completed in 41 milliseconds