Home
last modified time | relevance | path

Searched refs:isConstantPhysReg (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp266 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg, in isConstantPhysReg() function in MachineRegisterInfo
DMachineSink.cpp487 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent())) in FindSuccToSinkTo()
DTargetInstrInfoImpl.cpp443 if (!MRI.isConstantPhysReg(Reg, MF)) in isReallyTriviallyReMaterializableGeneric()
DMachineLICM.cpp938 if (!MRI->isConstantPhysReg(Reg, *I.getParent()->getParent())) in IsLoopInvariantInst()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h253 bool isConstantPhysReg(unsigned PhysReg, const MachineFunction &MF) const;