Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp89 unsigned Clusterify(CaseVector &Cases, SwitchInst *SI);
361 unsigned LowerSwitch::Clusterify(CaseVector& Cases, SwitchInst *SI) { in Clusterify() function in LowerSwitch
421 unsigned numCmps = Clusterify(Cases, SI); in processSwitchInst()