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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp119 bool isInSpanningTree() const;
120 void setIsInSpanningTree(bool isInSpanningTree);
422 bool BLInstrumentationEdge::isInSpanningTree() const { function in class:BLInstrumentationEdge
427 void BLInstrumentationEdge::setIsInSpanningTree(bool isInSpanningTree) { argument
428 _isInSpanningTree = isInSpanningTree;
624 if(!instEdge->isInSpanningTree() && (*edge)->getType()

Completed in 123 milliseconds