Home
last modified time | relevance | path

Searched refs:getNumberOfPaths (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp1025 if( dag->getNumberOfPaths() <= HASH_THRESHHOLD ) { in insertCounterIncrement()
1290 if( dag.getNumberOfPaths() <= HASH_THRESHHOLD ) { in runOnFunction()
1292 dag.getNumberOfPaths()); in runOnFunction()
1305 if( dag.getNumberOfPaths() <= HASH_THRESHHOLD ) in runOnFunction()
1312 entryArray[1] = createIncrementConstant(dag.getNumberOfPaths(),32); in runOnFunction()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathNumbering.h230 unsigned getNumberOfPaths();
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp259 return _currentDag ? _currentDag->getNumberOfPaths() : 0; in getPotentialPathCount()
DPathNumbering.cpp339 unsigned BallLarusDag::getNumberOfPaths() { in getNumberOfPaths() function in BallLarusDag