Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp539 unsigned NumRight = W.LastCluster - FirstRight + 1; in computeSplitWorkItemInfo() local
541 if (std::min(NumLeft, NumRight) < 3 && std::max(NumLeft, NumRight) > 3) { in computeSplitWorkItemInfo()
545 if (NumLeft < NumRight) { in computeSplitWorkItemInfo()
557 assert(NumRight < NumLeft); in computeSplitWorkItemInfo()