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

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1453 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) { function in class:BranchFolder

Completed in 72 milliseconds