Home
last modified time | relevance | path

Searched refs:HasUse (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2800 bool Const = true, HasUse = false; in rewriteHexConstDefs() local
2807 HasUse = true; in rewriteHexConstDefs()
2819 if (HasUse && Const) { in rewriteHexConstDefs()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1708 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions() local
1729 if (HasUse && !I->hasOneUse()) in canSinkInstructions()
1731 if (!HasUse && !I->user_empty()) in canSinkInstructions()
1744 if (HasUse) { in canSinkInstructions()