Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DPGOInstrumentation.h29 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> {
32 PGOInstrumentationUse(std::string Filename = "");
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/
DPGOInstrumentation.h37 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> {
39 PGOInstrumentationUse(std::string Filename = "");
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dnew-pm-pgo.ll13 ; USE: Running pass: PGOInstrumentationUse
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp917 PGOInstrumentationUse::PGOInstrumentationUse(std::string Filename) in PGOInstrumentationUse() function in PGOInstrumentationUse
923 PreservedAnalyses PGOInstrumentationUse::run(Module &M, in run()
/external/llvm/lib/Passes/
DPassRegistry.def58 MODULE_PASS("pgo-instr-use", PGOInstrumentationUse())
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1532 PGOInstrumentationUse::PGOInstrumentationUse(std::string Filename) in PGOInstrumentationUse() function in PGOInstrumentationUse
1538 PreservedAnalyses PGOInstrumentationUse::run(Module &M, in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassRegistry.def65 MODULE_PASS("pgo-instr-use", PGOInstrumentationUse())
DPassBuilder.cpp550 MPM.addPass(PGOInstrumentationUse(ProfileUseFile)); in addPGOInstrPasses()