Searched refs:InLTO (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 123 PGOIndirectCallPromotionLegacyPass(bool InLTO = false, bool SamplePGO = false) in PGOIndirectCallPromotionLegacyPass() argument 124 : ModulePass(ID), InLTO(InLTO), SamplePGO(SamplePGO) { in PGOIndirectCallPromotionLegacyPass() 140 bool InLTO; member in __anon29466d500111::PGOIndirectCallPromotionLegacyPass 161 ModulePass *llvm::createPGOIndirectCallPromotionLegacyPass(bool InLTO, in INITIALIZE_PASS_DEPENDENCY() 163 return new PGOIndirectCallPromotionLegacyPass(InLTO, SamplePGO); in INITIALIZE_PASS_DEPENDENCY() 384 bool InLTO, bool SamplePGO, in promoteIndirectCalls() argument 389 if (Error E = Symtab.create(M, InLTO)) { in promoteIndirectCalls() 431 return promoteIndirectCalls(M, PSI, InLTO | ICPLTOMode, in runOnModule() 439 if (!promoteIndirectCalls(M, PSI, InLTO | ICPLTOMode, in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | PGOInstrumentation.h | 76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function 81 bool InLTO;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 98 ModulePass *createPGOIndirectCallPromotionLegacyPass(bool InLTO = false,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 253 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName() argument 254 if (!InLTO) { in getPGOFuncName() 336 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create() argument 342 const std::string &PGOFuncName = getPGOFuncName(F, InLTO); in create() 349 if (InLTO) { in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 162 std::string getPGOFuncName(const Function &F, bool InLTO = false, 459 Error create(Module &M, bool InLTO = false);
|