Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceSwitchLowering.cpp24 CaseClusterArray CaseCluster::clusterizeSwitch(Cfg *Func, in clusterizeSwitch()
27 CaseClusterArray CaseClusters; in clusterizeSwitch()
H A DIceSwitchLowering.h27 using CaseClusterArray = CfgVector<CaseCluster>; variable
66 static CaseClusterArray clusterizeSwitch(Cfg *Func, const InstSwitch *Instr);
H A DIceTargetLoweringX8664.cpp5974 CaseClusterArray CaseClusters = CaseCluster::clusterizeSwitch(Func, Instr); in lowerSwitch()
H A DIceTargetLoweringX8632.cpp6593 CaseClusterArray CaseClusters = CaseCluster::clusterizeSwitch(Func, Instr); in lowerSwitch()