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

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DPathProfileVerifier.cpp121 ProfilePath* currentPath = nextPath->second; local
123 ProfilePathEdgeVector* pev = currentPath->getPathEdges();
124 DEBUG(dbgs () << "path #" << currentPath->getNumber() << ": "
125 << currentPath->getCount() << "\n");
127 if (currentPath->getFirstBlockInPath() == &F->getEntryBlock())
128 edgeArray[arrayMap[(BasicBlock*)0][currentPath->getFirstBlockInPath()][0]]
129 += currentPath->getCount();
159 += currentPath->getCount();

Completed in 156 milliseconds