Searched refs:rescheduleMIBelowKill (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp119 bool rescheduleMIBelowKill(MachineBasicBlock::iterator &mi,
742 /// rescheduleMIBelowKill - If there is one more local instruction that reads
746 rescheduleMIBelowKill(MachineBasicBlock::iterator &mi, function in class:TwoAddressInstructionPass
1151 if (EnableRescheduling && rescheduleMIBelowKill(mi, nmi, regB)) {

Completed in 46 milliseconds