Searched refs:ICallPromotionAnalysis (Results 1 – 4 of 4) sorted by relevance
25 class ICallPromotionAnalysis {44 ICallPromotionAnalysis(const ICallPromotionAnalysis &other) = delete;45 ICallPromotionAnalysis &46 operator=(const ICallPromotionAnalysis &other) = delete;49 ICallPromotionAnalysis();
56 ICallPromotionAnalysis::ICallPromotionAnalysis() { in ICallPromotionAnalysis() function in ICallPromotionAnalysis60 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable()70 uint32_t ICallPromotionAnalysis::getProfitablePromotionCandidates( in getProfitablePromotionCandidates()95 ICallPromotionAnalysis::getPromotionCandidatesForInstruction( in getPromotionCandidatesForInstruction()
250 ICallPromotionAnalysis ICallAnalysis; in computeFunctionSummary()
354 ICallPromotionAnalysis ICallAnalysis; in processFunction()