Searched refs:ARegDefs (Results 1 – 2 of 2) sorted by relevance
288 DenseSet<Register> ARegDefs; in canSwapInstructions() local290 addDefsUsesToList(A, ARegDefs, ARegUses); in canSwapInstructions()297 if ((BOp.isDef() || BOp.readsReg()) && ARegDefs.contains(BOp.getReg())) in canSwapInstructions()
210 bool canSwapInstructions(const DenseSet<Register> &ARegDefs,917 const DenseSet<Register> &ARegDefs, const DenseSet<Register> &ARegUses, in canSwapInstructions() argument925 if ((BOp.isDef() || BOp.readsReg()) && ARegDefs.contains(BOp.getReg())) in canSwapInstructions()