Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp759 Constant *UnswitchVal = nullptr; in processCurrentLoop() local
769 UnswitchVal = AllZero; in processCurrentLoop()
777 UnswitchVal = AllOne; in processCurrentLoop()
787 UnswitchVal = UnswitchValCandidate; in processCurrentLoop()
793 if (!UnswitchVal) in processCurrentLoop()
796 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop()
802 BranchesInfo.setUnswitched(SI, UnswitchVal); in processCurrentLoop()