14 #ifndef LLVM_ANALYSIS_INDIRECTCALLPROMOTIONANALYSIS_H
15 #define LLVM_ANALYSIS_INDIRECTCALLPROMOTIONANALYSIS_H
28 std::unique_ptr<InstrProfValueData[]> ValueDataArray;
33 bool isPromotionProfitable(uint64_t Count, uint64_t TotalCount);
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory)...