Lines Matching defs:FullUnswitch
367 bool FullUnswitch) {
390 if (FullUnswitch)
520 bool FullUnswitch = false;
525 FullUnswitch = true;
560 if (!FullUnswitch) {
606 if (FullUnswitch && LoopExitBB->getUniquePredecessor()) {
622 if (FullUnswitch) {
668 if (FullUnswitch) {
689 *ParentBB, *OldPH, FullUnswitch);
705 if (FullUnswitch)
894 /*FullUnswitch*/ true);
921 /*FullUnswitch*/ true);
2195 bool FullUnswitch =
2198 if (FullUnswitch)
2216 if (!FullUnswitch) {
2348 if (FullUnswitch) {
2545 FullUnswitch || (Invariants.size() == 1) || PartiallyInvariant;
3371 bool FullUnswitch) -> InstructionCost {
3390 if (!FullUnswitch) {
3436 bool FullUnswitch =
3440 InstructionCost CandidateCost = ComputeUnswitchedCost(TI, FullUnswitch);