Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h151 SmallDenseMap<const Value *,int> GAUsesInFunction; variable
H A DHexagonISelDAGToDAG.cpp1873 if (GAUsesInFunction.count(V)) in getUsesInFunction()
1874 return GAUsesInFunction[V]; in getUsesInFunction()
1884 GAUsesInFunction[V] = Result; in getUsesInFunction()
2309 GAUsesInFunction.clear(); in rebalanceAddressTrees()