HomeSort by relevance Sort by last modified time
    Searched refs:ProfilePathEdge (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathProfileInfo.h 23 class ProfilePathEdge;
26 typedef std::vector<ProfilePathEdge> ProfilePathEdgeVector;
27 typedef std::vector<ProfilePathEdge>::iterator ProfilePathEdgeIterator;
39 class ProfilePathEdge {
41 ProfilePathEdge(BasicBlock* source, BasicBlock* target,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileInfo.cpp 105 ProfilePathEdge::ProfilePathEdge (BasicBlock* source, BasicBlock* target,
151 pev->push_back(ProfilePathEdge(
158 pev->push_back(ProfilePathEdge(
165 pev->push_back(ProfilePathEdge(

Completed in 84 milliseconds