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();
53 ICallPromotionAnalysis::ICallPromotionAnalysis() { in ICallPromotionAnalysis() function in ICallPromotionAnalysis57 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable()67 uint32_t ICallPromotionAnalysis::getProfitablePromotionCandidates( in getProfitablePromotionCandidates()92 ICallPromotionAnalysis::getPromotionCandidatesForInstruction( in getPromotionCandidatesForInstruction()
257 ICallPromotionAnalysis ICallAnalysis; in computeFunctionSummary()
359 ICallPromotionAnalysis ICallAnalysis; in processFunction()