Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp740 BlockFrequency BestFreq; in selectBestCandidateBlock() local
772 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()
776 BestFreq = CandidateFreq; in selectBestCandidateBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1653 BlockFrequency BestFreq; in selectBestCandidateBlock() local
1687 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()
1691 BestFreq = CandidateFreq; in selectBestCandidateBlock()
/external/llvm-project/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1686 BlockFrequency BestFreq; in selectBestCandidateBlock() local
1720 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()
1724 BestFreq = CandidateFreq; in selectBestCandidateBlock()