Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DPathProfileInfo.h26 typedef std::vector<ProfilePathEdge> ProfilePathEdgeVector; typedef
65 ProfilePathEdgeVector* getPathEdges() const;
/external/llvm/lib/Analysis/
DPathProfileInfo.cpp137 ProfilePathEdgeVector* ProfilePath::getPathEdges() const { in getPathEdges()
140 ProfilePathEdgeVector* pev = new ProfilePathEdgeVector; in getPathEdges()
DPathProfileVerifier.cpp123 ProfilePathEdgeVector* pev = currentPath->getPathEdges(); in runOnModule()