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

/external/llvm/include/llvm/Analysis/
H A DPathProfileInfo.h26 typedef std::vector<ProfilePathEdge> ProfilePathEdgeVector; typedef in namespace:llvm
65 ProfilePathEdgeVector* getPathEdges() const;
/external/llvm/lib/Analysis/
H A DPathProfileInfo.cpp138 ProfilePathEdgeVector* ProfilePath::getPathEdges() const {
141 ProfilePathEdgeVector* pev = new ProfilePathEdgeVector;
H A DPathProfileVerifier.cpp124 ProfilePathEdgeVector* pev = currentPath->getPathEdges();

Completed in 131 milliseconds