/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 99 PGOIndirectCallPromotionLegacyPass(bool InLTO = false) in PGOIndirectCallPromotionLegacyPass() 114 bool InLTO; member in __anonccd0911e0111::PGOIndirectCallPromotionLegacyPass 124 ModulePass *llvm::createPGOIndirectCallPromotionLegacyPass(bool InLTO) { in createPGOIndirectCallPromotionLegacyPass() 625 static bool promoteIndirectCalls(Module &M, bool InLTO) { in promoteIndirectCalls()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 123 PGOIndirectCallPromotionLegacyPass(bool InLTO = false, bool SamplePGO = false) in PGOIndirectCallPromotionLegacyPass() 140 bool InLTO; member in __anonac8f93c00111::PGOIndirectCallPromotionLegacyPass 384 bool InLTO, bool SamplePGO, in promoteIndirectCalls()
|
/aosp_15_r20/external/llvm/include/llvm/Transforms/ |
H A D | PGOInstrumentation.h | 41 PGOIndirectCallPromotion(bool IsInLTO = false) : InLTO(IsInLTO) {} in InLTO() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Instrumentation/ |
D | CGProfile.h | 21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass()
|
D | PGOInstrumentation.h | 86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Instrumentation/ |
D | CGProfile.h | 21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass()
|
D | PGOInstrumentation.h | 86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Instrumentation/ |
D | CGProfile.h | 21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass()
|
D | PGOInstrumentation.h | 86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.h | 76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.h | 76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Instrumentation/ |
D | PGOInstrumentation.h | 86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
|
/aosp_15_r20/external/llvm/lib/ProfileData/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 330 bool InLTO, bool SamplePGO, in promoteIndirectCalls()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 300 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName() 383 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()
|