Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp488 MachineBasicBlock *selectBestCandidateBlock(
1692 MachineBasicBlock *MachineBlockPlacement::selectBestCandidateBlock( in selectBestCandidateBlock() function in MachineBlockPlacement
1841 BestSucc = selectBestCandidateBlock(Chain, BlockWorkList); in buildChain()
1843 BestSucc = selectBestCandidateBlock(Chain, EHPadWorkList); in buildChain()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dblock-placement.ll1144 ; to the most probable one. See selectBestCandidateBlock as to why.