Lines Matching refs:ICallPromotionFunc
131 class ICallPromotionFunc { class
204 ICallPromotionFunc(const ICallPromotionFunc &other) = delete;
205 ICallPromotionFunc &operator=(const ICallPromotionFunc &other) = delete;
208 ICallPromotionFunc(Function &Func, Module *Modu, InstrProfSymtab *Symtab) in ICallPromotionFunc() function in __anon2c77f5680211::ICallPromotionFunc
215 ICallPromotionFunc::TargetStatus
216 ICallPromotionFunc::isPromotionLegal(Instruction *Inst, uint64_t Target, in isPromotionLegal()
256 std::vector<ICallPromotionFunc::PromotionCandidate>
257 ICallPromotionFunc::getPromotionCandidatesForCallSite( in getPromotionCandidatesForCallSite()
527 void ICallPromotionFunc::promote(Instruction *Inst, Function *DirectCallee, in promote()
577 uint32_t ICallPromotionFunc::tryToPromote( in tryToPromote()
595 bool ICallPromotionFunc::processFunction() { in processFunction()
636 ICallPromotionFunc ICallPromotion(F, &M, &Symtab); in promoteIndirectCalls()