HomeSort by: relevance | last modified time | path
    Searched refs:PGOIndirectCallPromotion (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
PGOInstrumentation.h 73 class PGOIndirectCallPromotion : public PassInfoMixin<PGOIndirectCallPromotion> {
75 PGOIndirectCallPromotion(bool IsInLTO = false, bool SamplePGO = false)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 132 StringRef getPassName() const override { return "PGOIndirectCallPromotion"; }
439 PreservedAnalyses PGOIndirectCallPromotion::run(Module &M,
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 1066 MPM.addPass(PGOIndirectCallPromotion(true /* InLTO */, HasSampleProfile));
1113 PGOIndirectCallPromotion(true /* IsInLTO */, true /* SamplePGO */));
1174 MPM.addPass(PGOIndirectCallPromotion(false, false));
1701 MPM.addPass(PGOIndirectCallPromotion(

Completed in 32 milliseconds