Searched refs:adjustCCMasksForInstr (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 93 bool adjustCCMasksForInstr(MachineInstr &MI, MachineInstr &Compare, 290 if (!Opcode || !adjustCCMasksForInstr(MI, Compare, CCUsers, Opcode)) in convertToLoadAndTest() 327 if (!ConvOpc || !adjustCCMasksForInstr(MI, Compare, CCUsers, ConvOpc)) in convertToLogical() 360 bool SystemZElimCompare::adjustCCMasksForInstr( in adjustCCMasksForInstr() function in SystemZElimCompare 551 (adjustCCMasksForInstr(MI, Compare, CCUsers) || in optimizeCompareZero()
|