Home
last modified time | relevance | path

Searched refs:BallLarusDag (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp235 void BallLarusDag::init() { in init()
254 BallLarusDag::~BallLarusDag() { in ~BallLarusDag()
266 void BallLarusDag::calculatePathNumbers() { in calculatePathNumbers()
339 unsigned BallLarusDag::getNumberOfPaths() { in getNumberOfPaths()
344 BallLarusNode* BallLarusDag::getRoot() { in getRoot()
349 BallLarusNode* BallLarusDag::getExit() { in getExit()
354 Function& BallLarusDag::getFunction() { in getFunction()
359 void BallLarusDag::clearColors(BallLarusNode::NodeColor color) { in clearColors()
365 void BallLarusDag::buildNode(BLBlockNodeMap& inDag, BLNodeStack& dfsStack) { in buildNode()
417 void BallLarusDag::buildEdge(BLBlockNodeMap& inDag, std::stack<BallLarusNode*>& in buildEdge()
[all …]
DPathProfileInfo.cpp237 _currentDag = new BallLarusDag(*F); in setCurrentFunction()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathNumbering.h41 class BallLarusDag; variable
210 class BallLarusDag {
215 BallLarusDag(Function &F) in BallLarusDag() function
223 virtual ~BallLarusDag();
DPathProfileInfo.h105 BallLarusDag* _currentDag;
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp170 class BLInstrumentationDag : public BallLarusDag {
504 BLInstrumentationDag::BLInstrumentationDag(Function &F) : BallLarusDag(F), in BLInstrumentationDag()