HomeSort by: relevance | last modified time | path
    Searched defs:SamplePGO (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
PGOInstrumentation.h 75 PGOIndirectCallPromotion(bool IsInLTO = false, bool SamplePGO = false)
76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {}
82 bool SamplePGO;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 90 // Set if the pass is called in SamplePGO mode. The difference for SamplePGO
93 ICPSamplePGOMode("icp-samplepgo", cl::init(false), cl::Hidden,
94 cl::desc("Run indirect-call promotion in SamplePGO mode"));
122 PGOIndirectCallPromotionLegacyPass(bool InLTO = false, bool SamplePGO = false)
123 : ModulePass(ID), InLTO(InLTO), SamplePGO(SamplePGO) {
141 // If this pass is called in SamplePGO. We need to add the prof metadata to
143 bool SamplePGO;
161 bool SamplePGO) {
    [all...]

Completed in 17 milliseconds