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

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp468 Constant* UnswitchValCandidate = i.getCaseValue(); local
469 if (!BranchesInfo.isUnswitched(SI, UnswitchValCandidate)) {
470 UnswitchVal = UnswitchValCandidate;

Completed in 22 milliseconds