Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DPathProfileVerifier.cpp127 if (currentPath->getFirstBlockInPath() == &F->getEntryBlock()) in runOnModule()
128 edgeArray[arrayMap[0][currentPath->getFirstBlockInPath()][0]] in runOnModule()
DPathProfileInfo.cpp201 BasicBlock* ProfilePath::getFirstBlockInPath() const { in getFirstBlockInPath() function in ProfilePath
/external/llvm/include/llvm/Analysis/
DPathProfileInfo.h68 BasicBlock* getFirstBlockInPath() const;