Searched defs:InLTO (Results 1 – 3 of 3) sorted by relevance
76 : InLTO(IsInLTO), SamplePGO(SamplePGO) {} in InLTO() function
330 bool InLTO, bool SamplePGO, in promoteIndirectCalls()
300 std::string getPGOFuncName(const Function &F, bool InLTO, uint64_t Version) { in getPGOFuncName()383 Error InstrProfSymtab::create(Module &M, bool InLTO) { in create()