Home
last modified time | relevance | path

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

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