Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathProfileInfo.h29 typedef std::vector<BasicBlock*> ProfilePathBlockVector; typedef
66 ProfilePathBlockVector* getPathBlocks() const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp177 ProfilePathBlockVector* ProfilePath::getPathBlocks() const { in getPathBlocks()
180 ProfilePathBlockVector* pbv = new ProfilePathBlockVector; in getPathBlocks()