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

/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp143 bool hasInstrumentation();
144 void setHasInstrumentation(bool hasInstrumentation);
473 bool BLInstrumentationEdge::hasInstrumentation() { function in class:BLInstrumentationEdge
478 void BLInstrumentationEdge::setHasInstrumentation(bool hasInstrumentation) { argument
479 _hasInstrumentation = hasInstrumentation;
1208 if( !((BLInstrumentationEdge*)(*next))->hasInstrumentation() )

Completed in 62 milliseconds