Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1037 auto SecondBestB = std::next(BestB); in getBestNonConflictingEdges() local
1038 BlockFrequency BestAScore = BestA->Weight + SecondBestB->Weight; in getBestNonConflictingEdges()
1043 BestB = SecondBestB; in getBestNonConflictingEdges()