Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h197 bool HoistCommonCodeInSuccs(MachineBasicBlock *MBB);
H A DBranchFolding.cpp1758 MadeChange |= HoistCommonCodeInSuccs(MBB); in HoistCommonCode()
1889 bool BranchFolder::HoistCommonCodeInSuccs(MachineBasicBlock *MBB) { in HoistCommonCodeInSuccs() function in BranchFolder