Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp779 Constant *UnswitchVal = nullptr; in processCurrentLoop() local
789 UnswitchVal = AllZero; in processCurrentLoop()
797 UnswitchVal = AllOne; in processCurrentLoop()
807 UnswitchVal = UnswitchValCandidate; in processCurrentLoop()
813 if (!UnswitchVal) in processCurrentLoop()
816 if (unswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop()
822 BranchesInfo.setUnswitched(SI, UnswitchVal); in processCurrentLoop()