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

/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp168 bool isLastUseOfLocalReg(MachineOperand&);
216 /// isLastUseOfLocalReg - Return true if MO is the only remaining reference to
219 bool RAFast::isLastUseOfLocalReg(MachineOperand &MO) { function in class:RAFast
629 if (isLastUseOfLocalReg(MO)) {

Completed in 43 milliseconds