Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp544 for(BLEdgeIterator chordEdge = _chordEdges.begin(), in calculateChordIncrements() local
545 end = _chordEdges.end(); chordEdge != end; chordEdge++) { in calculateChordIncrements()
546 chord = (BLInstrumentationEdge*) *chordEdge; in calculateChordIncrements()
871 for(BLEdgeIterator chordEdge = _chordEdges.begin(), in calculateChordIncrementsDfs() local
872 end = _chordEdges.end(); chordEdge != end; chordEdge++) { in calculateChordIncrementsDfs()
873 f = (BLInstrumentationEdge*) *chordEdge; in calculateChordIncrementsDfs()