Searched refs:HasUse (Results 1 – 2 of 2) sorted by relevance
2800 bool Const = true, HasUse = false; in rewriteHexConstDefs() local2807 HasUse = true; in rewriteHexConstDefs()2819 if (HasUse && Const) { in rewriteHexConstDefs()
1708 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions() local1729 if (HasUse && !I->hasOneUse()) in canSinkInstructions()1731 if (!HasUse && !I->user_empty()) in canSinkInstructions()1744 if (HasUse) { in canSinkInstructions()