Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h160 unsigned getUsesInFunction(const Value *V);
H A DHexagonISelDAGToDAG.cpp2023 unsigned HexagonDAGToDAGISel::getUsesInFunction(const Value *V) { in getUsesInFunction() function in HexagonDAGToDAGISel
2248 if (getUsesInFunction(GANode->getGlobal()) == 1 && Offset->hasOneUse() && in balanceSubTree()