Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp879 int MaxNumVTable = 1; in isProfitableToCompareVTables() local
881 MaxNumVTable = ICPMaxNumVTableLastCandidate; in isProfitableToCompareVTables()
883 if ((int)Candidate.AddressPoints.size() > MaxNumVTable) { in isProfitableToCompareVTables()
884 LLVM_DEBUG(dbgs() << " allow at most " << MaxNumVTable << " and got " in isProfitableToCompareVTables()