Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp195 static cl::opt<unsigned> WholeProgramDevirtCutoff( variable
1204 if (WholeProgramDevirtCutoff.getNumOccurrences() > 0 && in applySingleImplDevirt()
1205 NumDevirtCalls >= WholeProgramDevirtCutoff) in applySingleImplDevirt()