Home
last modified time | relevance | path

Searched refs:ICallPromotionAnalysis (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h25 class ICallPromotionAnalysis {
42 ICallPromotionAnalysis(const ICallPromotionAnalysis &other) = delete;
43 ICallPromotionAnalysis &
44 operator=(const ICallPromotionAnalysis &other) = delete;
47 ICallPromotionAnalysis();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIndirectCallPromotionAnalysis.h25 class ICallPromotionAnalysis {
44 ICallPromotionAnalysis(const ICallPromotionAnalysis &other) = delete;
45 ICallPromotionAnalysis &
46 operator=(const ICallPromotionAnalysis &other) = delete;
49 ICallPromotionAnalysis();
/external/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp57 ICallPromotionAnalysis::ICallPromotionAnalysis() { in ICallPromotionAnalysis() function in ICallPromotionAnalysis
61 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable()
73 uint32_t ICallPromotionAnalysis::getProfitablePromotionCandidates( in getProfitablePromotionCandidates()
97 ICallPromotionAnalysis::getPromotionCandidatesForInstruction( in getPromotionCandidatesForInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp56 ICallPromotionAnalysis::ICallPromotionAnalysis() { in ICallPromotionAnalysis() function in ICallPromotionAnalysis
60 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable()
70 uint32_t ICallPromotionAnalysis::getProfitablePromotionCandidates( in getProfitablePromotionCandidates()
95 ICallPromotionAnalysis::getPromotionCandidatesForInstruction( in getPromotionCandidatesForInstruction()
DModuleSummaryAnalysis.cpp241 ICallPromotionAnalysis ICallAnalysis; in computeFunctionSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp353 ICallPromotionAnalysis ICallAnalysis; in processFunction()
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp597 ICallPromotionAnalysis ICallAnalysis; in processFunction()