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)
893 /*FullUnswitch*/ true);
920 /*FullUnswitch*/ true);
2194 bool FullUnswitch =
2197 if (FullUnswitch)
2215 if (!FullUnswitch) {
2347 if (FullUnswitch) {
2544 FullUnswitch || (Invariants.size() == 1) || PartiallyInvariant;
3372 bool FullUnswitch) -> InstructionCost {
3391 if (!FullUnswitch) {
3437 bool FullUnswitch =
3441 InstructionCost CandidateCost = ComputeUnswitchedCost(TI, FullUnswitch);