Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1652 MachineBasicBlock *BestBlock = nullptr; in selectBestCandidateBlock() local
1687 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()
1690 BestBlock = MBB; in selectBestCandidateBlock()
1694 return BestBlock; in selectBestCandidateBlock()