HomeSort by: relevance | last modified time | path
    Searched defs:ICallPromotionAnalysis (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IndirectCallPromotionAnalysis.h 24 class ICallPromotionAnalysis {
43 ICallPromotionAnalysis(const ICallPromotionAnalysis &other) = delete;
44 ICallPromotionAnalysis &
45 operator=(const ICallPromotionAnalysis &other) = delete;
48 ICallPromotionAnalysis();
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IndirectCallPromotionAnalysis.cpp 53 ICallPromotionAnalysis::ICallPromotionAnalysis() {
57 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count,
67 uint32_t ICallPromotionAnalysis::getProfitablePromotionCandidates(
92 ICallPromotionAnalysis::getPromotionCandidatesForInstruction(

Completed in 16 milliseconds