Searched refs:getNumberPredEdges (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DPathNumbering.h79 unsigned getNumberPredEdges();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp802 if( target->getNumberPredEdges() > 1 || target == getExit() ) {
961 if(target->getNumberPredEdges() <= 1) {
1107 else if( targetNode->getNumberPredEdges() == 1 ) {
1413 || targetNode->getNumberPredEdges() == 1 ) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPathNumbering.cpp93 unsigned BallLarusNode::getNumberPredEdges() { function in class:BallLarusNode

Completed in 127 milliseconds