Searched refs:BestGenerality (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4546 int BestGenerality = -1; local
4584 if (Generality > BestGenerality) {
4587 BestGenerality = Generality;

Completed in 142 milliseconds