Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1560 DupCandidates; in selectBestSuccessor() local
1573 DupCandidates.push_back(std::make_tuple(SuccProb, Succ)); in selectBestSuccessor()
1597 llvm::stable_sort(DupCandidates, in selectBestSuccessor()
1602 for (auto &Tup : DupCandidates) { in selectBestSuccessor()