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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
PGOInstrumentation.h 76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {}
81 bool InLTO;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 122 PGOIndirectCallPromotionLegacyPass(bool InLTO = false, bool SamplePGO = false)
123 : ModulePass(ID), InLTO(InLTO), SamplePGO(SamplePGO) {
139 bool InLTO;
160 ModulePass *llvm::createPGOIndirectCallPromotionLegacyPass(bool InLTO,
162 return new PGOIndirectCallPromotionLegacyPass(InLTO, SamplePGO);
389 bool InLTO, bool SamplePGO,
394 if (Error E = Symtab.create(M, InLTO)) {
434 // Command-line option has the priority for InLTO.
435 return promoteIndirectCalls(M, PSI, InLTO | ICPLTOMode
    [all...]

Completed in 16 milliseconds