Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp367 class MachineBlockPlacement { class
623 MachineBlockPlacement(const MachineBranchProbabilityInfo *MBPI, in MachineBlockPlacement() function in __anon1d8a29ed0111::MachineBlockPlacement
654 auto *MPDT = MachineBlockPlacement::allowTailDupPlacement(MF) in runOnMachineFunction()
661 return MachineBlockPlacement(MBPI, MLI, PSI, std::move(MBFI), MPDT, in runOnMachineFunction()
714 void MachineBlockPlacement::markChainSuccessors( in markChainSuccessors()
730 void MachineBlockPlacement::markBlockSuccessors( in markBlockSuccessors()
763 BranchProbability MachineBlockPlacement::collectViableSuccessors( in collectViableSuccessors()
841 bool MachineBlockPlacement::shouldTailDuplicate(MachineBasicBlock *BB) { in shouldTailDuplicate()
870 bool MachineBlockPlacement::isProfitableToTailDup( in isProfitableToTailDup()
1024 bool MachineBlockPlacement::isTrellis( in isTrellis()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile384 SRCS_MIN+= CodeGen/MachineBlockPlacement.cpp