Lines Matching defs:Small
11942 CaseCluster &Small = *W.FirstCluster;
11945 if (Small.Low == Small.High && Big.Low == Big.High &&
11946 Small.MBB == Big.MBB) {
11947 const APInt &SmallValue = Small.Low->getValue();
11964 // Both Small and Big will jump to Small.BB, so we sum up the
11966 addSuccessorWithProb(SwitchMBB, Small.MBB, Small.Prob + Big.Prob);
11978 DAG.getBasicBlock(Small.MBB));