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

/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp78 I->AddRegOperandsToUseLists(RegInfo);
100 N->AddRegOperandsToUseLists(MF->getRegInfo());
H A DMachineInstr.cpp651 /// AddRegOperandsToUseLists - Add all of the register operands in
654 void MachineInstr::AddRegOperandsToUseLists(MachineRegisterInfo &MRI) { function in class:MachineInstr
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h985 /// AddRegOperandsToUseLists - Add all of the register operands in
988 void AddRegOperandsToUseLists(MachineRegisterInfo&);

Completed in 70 milliseconds