Searched refs:UnswitchVal (Results 1 – 3 of 3) sorted by relevance
737 Constant *UnswitchVal = nullptr; in processCurrentLoop() local747 UnswitchVal = AllZero; in processCurrentLoop()755 UnswitchVal = AllOne; in processCurrentLoop()765 UnswitchVal = UnswitchValCandidate; in processCurrentLoop()771 if (!UnswitchVal) in processCurrentLoop()774 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop()780 BranchesInfo.setUnswitched(SI, UnswitchVal); in processCurrentLoop()
617 Constant *UnswitchVal = nullptr; in processCurrentLoop() local626 UnswitchVal = UnswitchValCandidate; in processCurrentLoop()631 if (!UnswitchVal) in processCurrentLoop()634 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop()
262 Constant *UnswitchVal = SI->getCaseValue(1); in processCurrentLoop() local264 if (!UnswitchedVals.insert(UnswitchVal)) in processCurrentLoop()267 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop()