Searched defs:HoistCommonCodeInSuccs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1446 MadeChange |= HoistCommonCodeInSuccs(MBB);
1471 /// used by HoistCommonCodeInSuccs to ensure safety.
1566 /// HoistCommonCodeInSuccs - If the successors of MBB has common instruction
1569 bool BranchFolder::HoistCommonCodeInSuccs(MachineBasicBlock *MBB) { function in class:BranchFolder

Completed in 78 milliseconds