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.cpp376 bool isProfitableToCompareVTables(const CallBase &CB,
836 if (isProfitableToCompareVTables(*CB, PromotionCandidates)) in processFunction()
850 bool IndirectCallPromoter::isProfitableToCompareVTables( in isProfitableToCompareVTables() function in IndirectCallPromoter