Lines Matching refs:HasDef
1204 unsigned &NewVReg, unsigned ImpUse, bool &HasDef, bool &HasUse, in rewriteInstructionForSpills() argument
1256 tie(HasUse, HasDef) = MI->readsWritesVirtualRegister(Reg, &Ops); in rewriteInstructionForSpills()
1293 HasDef = false; in rewriteInstructionForSpills()
1329 if (!CanDelete || (HasUse && HasDef)) { in rewriteInstructionForSpills()
1338 } else if (HasUse && HasDef && in rewriteInstructionForSpills()
1375 if (HasDef) { in rewriteInstructionForSpills()
1545 bool HasDef = false; in rewriteInstructionsForSpills() local
1551 ImpUse, HasDef, HasUse, MBBVRegsMap, NewLIs); in rewriteInstructionsForSpills()
1552 if (!HasDef && !HasUse) in rewriteInstructionsForSpills()
1566 if (HasDef) { in rewriteInstructionsForSpills()
1638 nI.weight += getSpillWeight(HasDef, HasUse, loopDepth); in rewriteInstructionsForSpills()