Searched refs:ICallPromotionAnalysis (Results 1 – 3 of 3) sorted by relevance
25 class ICallPromotionAnalysis {42 ICallPromotionAnalysis(const ICallPromotionAnalysis &other) = delete;43 ICallPromotionAnalysis &44 operator=(const ICallPromotionAnalysis &other) = delete;47 ICallPromotionAnalysis();
57 ICallPromotionAnalysis::ICallPromotionAnalysis() { in ICallPromotionAnalysis() function in ICallPromotionAnalysis61 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable()73 uint32_t ICallPromotionAnalysis::getProfitablePromotionCandidates( in getProfitablePromotionCandidates()97 ICallPromotionAnalysis::getPromotionCandidatesForInstruction( in getPromotionCandidatesForInstruction()
597 ICallPromotionAnalysis ICallAnalysis; in processFunction()