Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h281 void findBitTestClusters(CaseClusterVector &Clusters, const SwitchInst *SI);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp265 void SwitchCG::SwitchLowering::findBitTestClusters(CaseClusterVector &Clusters, in findBitTestClusters() function in SwitchCG::SwitchLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp718 SL->findBitTestClusters(Clusters, &SI); in translateSwitch()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11233 SL->findBitTestClusters(Clusters, &SI); in visitSwitch()