Home
last modified time | relevance | path

Searched refs:ICallPromotionAnalysis (Results 1 – 3 of 3) 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/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/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp597 ICallPromotionAnalysis ICallAnalysis; in processFunction()