Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.h151 SmallDenseMap<const Value *,int> GAUsesInFunction; variable
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()