Searched defs:InLTO (Results 1 – 3 of 3) sorted by relevance
76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
122 PGOIndirectCallPromotionLegacyPass(bool InLTO = false, bool SamplePGO = false) in PGOIndirectCallPromotionLegacyPass()139 bool InLTO; member in __anone25302d10111::PGOIndirectCallPromotionLegacyPass389 bool InLTO, bool SamplePGO, in promoteIndirectCalls()
262 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName()345 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()