Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp737 Constant *UnswitchVal = nullptr; in processCurrentLoop() local
747 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()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp617 Constant *UnswitchVal = nullptr; in processCurrentLoop() local
626 UnswitchVal = UnswitchValCandidate; in processCurrentLoop()
631 if (!UnswitchVal) in processCurrentLoop()
634 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnswitch.cpp262 Constant *UnswitchVal = SI->getCaseValue(1); in processCurrentLoop() local
264 if (!UnswitchedVals.insert(UnswitchVal)) in processCurrentLoop()
267 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop()