Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp368 bool isProfitableToCompareVTables(const CallBase &CB,
824 if (isProfitableToCompareVTables(*CB, PromotionCandidates, TotalCount)) in processFunction()
838 bool IndirectCallPromoter::isProfitableToCompareVTables( in isProfitableToCompareVTables() function in IndirectCallPromoter