Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2182 UnswitchCandidates; in unswitchBestCondition() local
2192 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()