Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h285 void findBitTestClusters(CaseClusterVector &Clusters, const SwitchInst *SI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp268 void SwitchCG::SwitchLowering::findBitTestClusters(CaseClusterVector &Clusters, in findBitTestClusters() function in SwitchCG::SwitchLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp726 SL->findBitTestClusters(Clusters, &SI); in translateSwitch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12345 SL->findBitTestClusters(Clusters, &SI); in visitSwitch()