Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp381 bool shouldSkipVTable(uint64_t VTableGUID);
875 if (shouldSkipVTable(GUID)) in isProfitableToCompareVTables()
908 bool IndirectCallPromoter::shouldSkipVTable(uint64_t VTableGUID) { in shouldSkipVTable() function in IndirectCallPromoter