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.cpp893 int MaxNumVTable = 1; in isProfitableToCompareVTables() local
895 MaxNumVTable = ICPMaxNumVTableLastCandidate; in isProfitableToCompareVTables()
897 if ((int)Candidate.AddressPoints.size() > MaxNumVTable) { in isProfitableToCompareVTables()
898 LLVM_DEBUG(dbgs() << " allow at most " << MaxNumVTable << " and got " in isProfitableToCompareVTables()