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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp518 DenseMap<BasicBlock *, unsigned> Popularity; local
545 unsigned &Pop = Popularity[I.BB];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1510 unsigned Popularity = DPI->second; local
1516 if (DPI->second < Popularity)
1518 else if (DPI->second == Popularity) {
1525 Popularity = DPI->second;

Completed in 70 milliseconds