Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:HoistCommonCodeInSuccs

1453     MadeChange |= HoistCommonCodeInSuccs(MBB);
1478 /// used by HoistCommonCodeInSuccs to ensure safety.
1573 /// HoistCommonCodeInSuccs - If the successors of MBB has common instruction
1576 bool BranchFolder::HoistCommonCodeInSuccs(MachineBasicBlock *MBB) {