Home
last modified time | relevance | path

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

/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()