Searched refs:UnswitchVal (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp763 Constant *UnswitchVal = nullptr; local
773 UnswitchVal = AllZero;
781 UnswitchVal = AllOne;
791 UnswitchVal = UnswitchValCandidate;
797 if (!UnswitchVal)
800 if (unswitchIfProfitable(LoopCond, UnswitchVal)) {
802 // In case of a full LIV, UnswitchVal is the value we unswitched out.
805 // UnswitchVal.
806 BranchesInfo.setUnswitched(SI, UnswitchVal);

Completed in 97 milliseconds