Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.h121 bool HoistCommonCodeInSuccs(MachineBasicBlock *MBB);
DBranchFolding.cpp1462 MadeChange |= HoistCommonCodeInSuccs(MBB); in HoistCommonCode()
1592 bool BranchFolder::HoistCommonCodeInSuccs(MachineBasicBlock *MBB) { in HoistCommonCodeInSuccs() function in BranchFolder