Home
last modified time | relevance | path

Searched refs:ProfilePathEdge (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DPathProfileInfo.h23 class ProfilePathEdge; variable
26 typedef std::vector<ProfilePathEdge> ProfilePathEdgeVector;
27 typedef std::vector<ProfilePathEdge>::iterator ProfilePathEdgeIterator;
39 class ProfilePathEdge {
41 ProfilePathEdge(BasicBlock* source, BasicBlock* target,
/external/llvm/lib/Analysis/
DPathProfileInfo.cpp105 ProfilePathEdge::ProfilePathEdge (BasicBlock* source, BasicBlock* target, in ProfilePathEdge() function in ProfilePathEdge
151 pev->push_back(ProfilePathEdge( in getPathEdges()
158 pev->push_back(ProfilePathEdge( in getPathEdges()
165 pev->push_back(ProfilePathEdge( in getPathEdges()