Searched defs:UnswitchVal (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp455 Constant *UnswitchVal = nullptr; local
464 UnswitchVal = UnswitchValCandidate;
469 if (!UnswitchVal)
472 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) {

Completed in 181 milliseconds