Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2799 bool Const = true, HasUse = false; in rewriteHexConstDefs() local
2806 HasUse = true; in rewriteHexConstDefs()
2818 if (HasUse && Const) { in rewriteHexConstDefs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1870 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions() local
1891 if (HasUse && !I->hasOneUse()) in canSinkInstructions()
1893 if (!HasUse && !I->user_empty()) in canSinkInstructions()
1915 if (HasUse) { in canSinkInstructions()