Searched refs:HasUse (Results 1 – 2 of 2) sorted by relevance
2806 bool Const = true, HasUse = false; in rewriteHexConstDefs() local2813 HasUse = true; in rewriteHexConstDefs()2825 if (HasUse && Const) { in rewriteHexConstDefs()
1676 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions() local1697 if (HasUse && !I->hasOneUse()) in canSinkInstructions()1699 if (!HasUse && !I->user_empty()) in canSinkInstructions()1712 if (HasUse) { in canSinkInstructions()