Searched refs:ICallPromotionAnalysis (Results 1 – 4 of 4) sorted by relevance
24 class ICallPromotionAnalysis {43 ICallPromotionAnalysis(const ICallPromotionAnalysis &other) = delete;44 ICallPromotionAnalysis &45 operator=(const ICallPromotionAnalysis &other) = delete;48 ICallPromotionAnalysis();
48 ICallPromotionAnalysis::ICallPromotionAnalysis() { in ICallPromotionAnalysis() function in ICallPromotionAnalysis52 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable()62 uint32_t ICallPromotionAnalysis::getProfitablePromotionCandidates( in getProfitablePromotionCandidates()87 ICallPromotionAnalysis::getPromotionCandidatesForInstruction( in getPromotionCandidatesForInstruction()
273 ICallPromotionAnalysis ICallAnalysis; in computeFunctionSummary()
300 ICallPromotionAnalysis ICallAnalysis; in processFunction()