Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp2800 bool Const = true, HasUse = false; in rewriteHexConstDefs() local
2807 HasUse = true; in rewriteHexConstDefs()
2819 if (HasUse && Const) { in rewriteHexConstDefs()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1796 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions() local
1817 if (HasUse && !I->hasOneUse()) in canSinkInstructions()
1819 if (!HasUse && !I->user_empty()) in canSinkInstructions()
1832 if (HasUse) { in canSinkInstructions()