Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp617 int NumInstrumented = 0; in instrumentFunction() local
620 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
628 NumInstrumented++; in instrumentFunction()
631 if (NumInstrumented > 0) in instrumentFunction()
DAddressSanitizer.cpp2773 int NumInstrumented = 0; in instrumentFunction() local
2775 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()
2781 if (!suppressInstrumentationSiteForDebug(NumInstrumented)) in instrumentFunction()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1849 int NumInstrumented = 0; in runOnFunction() local
1852 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in runOnFunction()
1859 NumInstrumented++; in runOnFunction()
1874 NumInstrumented++; in runOnFunction()
1877 bool res = NumInstrumented > 0 || ChangedStack || !NoReturnCalls.empty(); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2713 int NumInstrumented = 0; in instrumentFunction() local
2716 (NumInstrumented >= ClDebugMin && NumInstrumented <= ClDebugMax)) { in instrumentFunction()
2723 NumInstrumented++; in instrumentFunction()
2738 NumInstrumented++; in instrumentFunction()
2741 if (NumInstrumented > 0 || ChangedStack || !NoReturnCalls.empty()) in instrumentFunction()