HomeSort by relevance Sort by last modified time
    Searched refs:PGOInstrUse (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 144 std::string PGOInstrUse;
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 147 PGOInstrUse = RunPGOInstrUse;
238 if (!PGOInstrUse.empty())
239 MPM.add(createPGOInstrumentationUseLegacyPass(PGOInstrUse));
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 494 PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath;
    [all...]

Completed in 1218 milliseconds