Home
last modified time | relevance | path

Searched defs:InLTO (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp99 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 DIndirectCallPromotion.cpp123 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 DPGOInstrumentation.h41 PGOIndirectCallPromotion(bool IsInLTO = false) : InLTO(IsInLTO) {} in InLTO() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Instrumentation/
DCGProfile.h21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass()
DPGOInstrumentation.h86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Instrumentation/
DCGProfile.h21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass()
DPGOInstrumentation.h86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Instrumentation/
DCGProfile.h21 CGProfilePass(bool InLTO) : InLTO(InLTO) {} in CGProfilePass()
DPGOInstrumentation.h86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Instrumentation/
DPGOInstrumentation.h86 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/aosp_15_r20/external/llvm/lib/ProfileData/
H A DInstrProf.cpp143 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 DIndirectCallPromotion.cpp330 bool InLTO, bool SamplePGO, in promoteIndirectCalls()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp253 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 DInstrProf.cpp300 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName()
383 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()