Searched defs:InLTO (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/include/llvm/Transforms/ |
| D | PGOInstrumentation.h | 41 PGOIndirectCallPromotion(bool IsInLTO = false) : InLTO(IsInLTO) {} in InLTO() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | IndirectCallPromotion.cpp | 123 PGOIndirectCallPromotionLegacyPass(bool InLTO = false, bool SamplePGO = false) in PGOIndirectCallPromotionLegacyPass() 140 bool InLTO; member in __anonbf3a5e0f0111::PGOIndirectCallPromotionLegacyPass 384 bool InLTO, bool SamplePGO, in promoteIndirectCalls()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
| D | PGOInstrumentation.h | 76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | IndirectCallPromotion.cpp | 99 PGOIndirectCallPromotionLegacyPass(bool InLTO = false) in PGOIndirectCallPromotionLegacyPass() 114 bool InLTO; member in __anonf5f7ffad0111::PGOIndirectCallPromotionLegacyPass 124 ModulePass *llvm::createPGOIndirectCallPromotionLegacyPass(bool InLTO) { in createPGOIndirectCallPromotionLegacyPass() 625 static bool promoteIndirectCalls(Module &M, bool InLTO) { in promoteIndirectCalls()
|
| /external/llvm/lib/ProfileData/ |
| D | InstrProf.cpp | 143 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName() 224 void InstrProfSymtab::create(Module &M, bool InLTO) { in create()
|
| /external/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() 336 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()
|