Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h375 Instrumentor = std::move(Instr); in setInstrumentation()
379 if (!BuildDefs::minimal() && Instrumentor) in instrumentFunc()
380 Instrumentor->instrumentFunc(Func); in instrumentFunc()
509 std::unique_ptr<Instrumentation> Instrumentor = nullptr; variable
554 if (!BuildDefs::minimal() && Instrumentor != nullptr) in accumulateGlobals()
555 Instrumentor->setHasSeenGlobals(); in accumulateGlobals()
DIceGlobalContext.cpp519 if (!BuildDefs::minimal() && Instrumentor) in lowerGlobals()
520 Instrumentor->instrumentGlobals(Globals); in lowerGlobals()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp397 CodeGenOptions::ProfileInstrKind Instrumentor = in setPGOInstrumentor() local
399 Opts.setProfileInstr(Instrumentor); in setPGOInstrumentor()