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

/external/llvm/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 24 milliseconds