Lines Matching refs:Symtab
316 InstrProfSymtab *const Symtab; member in __anon5ae95e860111::IndirectCallPromoter
405 Function &Func, Module &M, InstrProfSymtab *Symtab, bool SamplePGO, in IndirectCallPromoter() argument
410 : F(Func), M(M), Symtab(Symtab), SamplePGO(SamplePGO), in IndirectCallPromoter()
479 Function *TargetFunction = Symtab->getFunction(Target); in getPromotionCandidatesForCallSite()
573 GlobalVariable *VTableVar = Symtab->getGlobalVariable(VTableVal); in computeVTableInfos()
766 Remark << ore::NV("VTable", Symtab->getGlobalVariable(*Iter)); in tryToPromoteWithVTableCmp()
865 dbgs() << " {" << Symtab->getGlobalVariable(GUID)->getName() << ", " in isProfitableToCompareVTables()
912 auto *VTableVar = Symtab->getGlobalVariable(VTableGUID); in shouldSkipVTable()
993 InstrProfSymtab Symtab; in promoteIndirectCalls() local
994 if (Error E = Symtab.create(M, InLTO)) { in promoteIndirectCalls()
1027 IndirectCallPromoter CallPromoter(F, M, &Symtab, SamplePGO, VirtualCSInfo, in promoteIndirectCalls()