Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h155 SmallDenseMap<const Value *,int> GAUsesInFunction; variable
H A DHexagonISelDAGToDAG.cpp2024 if (GAUsesInFunction.count(V)) in getUsesInFunction()
2025 return GAUsesInFunction[V]; in getUsesInFunction()
2035 GAUsesInFunction[V] = Result; in getUsesInFunction()
2460 GAUsesInFunction.clear(); in rebalanceAddressTrees()