Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DPGOInstrumentation.h38 PGOInstrumentationGenCreateVar(std::string CSInstrName = "")
39 : CSInstrName(CSInstrName) {} in CSInstrName() function
43 std::string CSInstrName;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h97 StringRef CSInstrName = StringRef(""));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp416 PGOInstrumentationGenCreateVarLegacyPass(std::string CSInstrName = "") in PGOInstrumentationGenCreateVarLegacyPass() argument
417 : ModulePass(ID), InstrProfileOutput(CSInstrName) { in PGOInstrumentationGenCreateVarLegacyPass()
469 llvm::createPGOInstrumentationGenCreateVarLegacyPass(StringRef CSInstrName) { in createPGOInstrumentationGenCreateVarLegacyPass() argument
470 return new PGOInstrumentationGenCreateVarLegacyPass(CSInstrName); in createPGOInstrumentationGenCreateVarLegacyPass()
1484 createProfileFileNameVar(M, CSInstrName); in run()