Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DPGOInstrumentation.h29 class PGOInstrumentationUse : public PassInfoMixin<PGOInstrumentationUse> {
32 PGOInstrumentationUse(std::string Filename = "");
/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())