Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DPathProfileInfo.h65 ProfilePathEdgeVector* getPathEdges() const;
/external/llvm/lib/Analysis/
DPathProfileVerifier.cpp123 ProfilePathEdgeVector* pev = currentPath->getPathEdges(); in runOnModule()
DPathProfileInfo.cpp137 ProfilePathEdgeVector* ProfilePath::getPathEdges() const { in getPathEdges() function in ProfilePath