Home
last modified time | relevance | path

Searched refs:_chordEdges (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp237 BLEdgeVector _chordEdges; // All edges not in the spanning tree. member in __anonb14103df0111::BLInstrumentationDag
544 for(BLEdgeIterator chordEdge = _chordEdges.begin(), in calculateChordIncrements()
545 end = _chordEdges.end(); chordEdge != end; chordEdge++) { in calculateChordIncrements()
626 _chordEdges.push_back(instEdge); in calculateSpanningTree()
871 for(BLEdgeIterator chordEdge = _chordEdges.begin(), in calculateChordIncrementsDfs()
872 end = _chordEdges.end(); chordEdge != end; chordEdge++) { in calculateChordIncrementsDfs()