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

/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp413 if (MRI.recomputeRegClass(LI.reg, MF.getTarget()))
H A DMachineRegisterInfo.cpp69 MachineRegisterInfo::recomputeRegClass(unsigned Reg, const TargetMachine &TM) { function in class:MachineRegisterInfo
H A DRegisterCoalescer.cpp2251 if (MRI->recomputeRegClass(Reg, *TM)) {
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h575 /// recomputeRegClass - Try to find a legal super-class of Reg's register
583 bool recomputeRegClass(unsigned Reg, const TargetMachine&);

Completed in 113 milliseconds