Searched refs:ICallPromotionFunc (Results 1 – 1 of 1) sorted by relevance
131 class ICallPromotionFunc { class204 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::ICallPromotionFunc215 ICallPromotionFunc::TargetStatus216 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()[all …]