Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp122 PGOIndirectCallPromotionLegacyPass(bool InLTO = false, bool SamplePGO = false) in PGOIndirectCallPromotionLegacyPass()
139 bool InLTO; member in __anone25302d10111::PGOIndirectCallPromotionLegacyPass
389 bool InLTO, bool SamplePGO, in promoteIndirectCalls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp262 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName()
345 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()