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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DPathNumbering.h230 unsigned getNumberOfPaths();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp1026 if( dag->getNumberOfPaths() <= HASH_THRESHHOLD ) {
1291 if( dag.getNumberOfPaths() <= HASH_THRESHHOLD ) {
1293 dag.getNumberOfPaths());
1306 if( dag.getNumberOfPaths() <= HASH_THRESHHOLD )
1313 entryArray[1] = createIncrementConstant(dag.getNumberOfPaths(),32);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPathProfileInfo.cpp259 return _currentDag ? _currentDag->getNumberOfPaths() : 0;
H A DPathNumbering.cpp339 unsigned BallLarusDag::getNumberOfPaths() { function in class:BallLarusDag

Completed in 124 milliseconds