Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp624 Constant *UnswitchValCandidate = i.getCaseValue(); in processCurrentLoop() local
625 if (!BranchesInfo.isUnswitched(SI, UnswitchValCandidate)) { in processCurrentLoop()
626 UnswitchVal = UnswitchValCandidate; in processCurrentLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp763 Constant *UnswitchValCandidate = Case.getCaseValue(); in processCurrentLoop() local
764 if (!BranchesInfo.isUnswitched(SI, UnswitchValCandidate)) { in processCurrentLoop()
765 UnswitchVal = UnswitchValCandidate; in processCurrentLoop()