Searched refs:UnswitchCandidates (Results 1 – 1 of 1) sorted by relevance
2182 UnswitchCandidates; in unswitchBestCondition() local2192 UnswitchCandidates.push_back({SI, {SI->getCondition()}}); in unswitchBestCondition()2202 UnswitchCandidates.push_back({BI, {BI->getCondition()}}); in unswitchBestCondition()2216 UnswitchCandidates.push_back({BI, std::move(Invariants)}); in unswitchBestCondition()2220 if (UnswitchCandidates.empty()) in unswitchBestCondition()2235 dbgs() << "Considering " << UnswitchCandidates.size() in unswitchBestCondition()2345 for (auto &TerminatorAndInvariants : UnswitchCandidates) { in unswitchBestCondition()