Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:CC

219     CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
224 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs),
228 // CC - the condition code to use for the case block's setcc node
229 ISD::CondCode CC;
347 /// Determine the rank by weight of CC in [First,Last]. If CC has more weight
349 static unsigned caseClusterRank(const CaseCluster &CC, CaseClusterIt First,