Lines Matching defs:cl
55 static cl::opt<bool>
57 cl::desc("Coalesce copies (default=true)"),
58 cl::init(true));
61 static cl::opt<bool>
63 cl::desc("Coalesce copies on split edges (default=subtarget)"), cl::Hidden);
66 static cl::opt<cl::boolOrDefault>
68 cl::desc("Coalesce copies that span blocks (default=subtarget)"),
69 cl::init(cl::BOU_UNSET), cl::Hidden);
71 static cl::opt<bool>
73 cl::desc("Verify machine instrs before and after register coalescing"),
74 cl::Hidden);
2059 unsigned cl = LHS->MBB->pred_size() + LHS->MBB->succ_size();
2061 if (cl != cr)
2062 return cl > cr ? -1 : 1;
2205 if (EnableGlobalCopies == cl::BOU_UNSET)
2208 JoinGlobalCopies = (EnableGlobalCopies == cl::BOU_TRUE);