Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp103 unsigned Clusterify(CaseVector &Cases, SwitchInst *SI);
367 unsigned LowerSwitch::Clusterify(CaseVector& Cases, SwitchInst *SI) { in Clusterify() function in LowerSwitch
435 unsigned numCmps = Clusterify(Cases, SI); in processSwitchInst()