Searched refs:def_empty (Results 1 – 11 of 11) sorted by relevance
208 if (!MRI->def_empty(OrigSrc0)) { in isProfitableToTransform()221 if (!MRI->def_empty(OrigSrc1)) { in isProfitableToTransform()301 if (!MRI->def_empty(OrigSrc0)) { in transformInstruction()320 if (!MRI->def_empty(OrigSrc1)) { in transformInstruction()
6149 assert(!MRI->def_empty(NewReg) && "Register must be defined."); in optimizeCondBranch()
161 if (!MRI->def_empty(PReg)) { in runOnMachineFunction()
412 if (def_empty(Reg)) return nullptr; in getUniqueVRegDef()524 if (!def_empty(*AI) || isAllocatable(*AI)) in isConstantPhysReg()
183 assert((RegInfo.def_empty(Reg) || RegInfo.getType(Reg).isValid()) && in printRegClassOrBank()
783 if (IsStandalone || !PrintDef || MRI.def_empty(Reg)) { in print()
1532 if (!MRI.def_empty(Reg)) in hoistAllSpills()
2256 } else if (MRI->def_empty(Reg)) { in checkLiveness()
244 if (!MRI.def_empty(VReg)) in runOnMachineFunction()
426 bool def_empty(Register RegNo) const { return def_begin(RegNo) == def_end(); } in def_empty() function
330 if (!MRI.hasOneDef(Reg) && !MRI.def_empty(Reg)) in isSSA()