Lines Matching refs:IsUsed
1351 OperandData(Value *V, bool APO, bool IsUsed) in OperandData()
1352 : V(V), APO(APO), IsUsed(IsUsed) {} in OperandData()
1362 bool IsUsed = false; member
1404 OpsVec[OpIdx][Lane].IsUsed = false; in clearUsed()
1484 bool &IsUsed) { in getLookAheadScore() argument
1507 IsUsed = true; in getLookAheadScore()
1554 bool IsUsed = in getBestOperand() local
1564 if (OpData.IsUsed) in getBestOperand()
1582 OpIdx, Idx, IsUsed); in getBestOperand()
1600 getData(*BestOp.Idx, Lane).IsUsed = IsUsed; in getBestOperand()
1793 if (Data.APO != OpAPO || Data.IsUsed) in shouldBroadcast()
1797 Data.IsUsed = true; in shouldBroadcast()