Home | History | Annotate | Download | only in Scalar

Lines Matching full:isunswitched

116       bool isUnswitched(const SwitchInst *SI, const Value *V);
300 bool LUAnalysisCache::isUnswitched(const SwitchInst *SI, const Value *V) {
469 if (!BranchesInfo.isUnswitched(SI, UnswitchValCandidate)) {
607 if (BranchesInfo.isUnswitched(SI, CaseVal))