Home
last modified time | relevance | path

Searched refs:hasInstrumentation (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp143 bool hasInstrumentation();
144 void setHasInstrumentation(bool hasInstrumentation);
473 bool BLInstrumentationEdge::hasInstrumentation() { in hasInstrumentation() function in BLInstrumentationEdge
478 void BLInstrumentationEdge::setHasInstrumentation(bool hasInstrumentation) { in setHasInstrumentation() argument
479 _hasInstrumentation = hasInstrumentation; in setHasInstrumentation()
1207 if( !((BLInstrumentationEdge*)(*next))->hasInstrumentation() ) in insertInstrumentationStartingAt()