Home
last modified time | relevance | path

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

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