Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1027 BlockFrequency BestBScore = BestB->Weight + SecondBestA->Weight; in getBestNonConflictingEdges() local
1028 if (BestAScore < BestBScore) in getBestNonConflictingEdges()