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

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DPathProfileVerifier.cpp123 ProfilePathEdgeVector* pev = currentPath->getPathEdges(); local
131 for( ProfilePathEdgeIterator nextEdge = pev->begin(),
132 endEdge = pev->end(); nextEdge != endEdge; nextEdge++ ) {
133 if (nextEdge != pev->begin())
165 delete pev;
H A DPathProfileInfo.cpp140 ProfilePathEdgeVector* pev = new ProfilePathEdgeVector; local
150 pev->push_back(ProfilePathEdge(
157 pev->push_back(ProfilePathEdge(
164 pev->push_back(ProfilePathEdge(
173 return pev;

Completed in 84 milliseconds