Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp476 bool isBestSuccessor(MachineBasicBlock *BB, MachineBasicBlock *Pred,
3243 bool MachineBlockPlacement::isBestSuccessor(MachineBasicBlock *BB, in isBestSuccessor() function in MachineBlockPlacement
3353 if (!Fallthrough && isBestSuccessor(BB, Pred, BlockFilter)) { in findDuplicateCandidates()