Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.h150 SmallDenseMap<const Value *,int> GAUsesInFunction; variable
DHexagonISelDAGToDAG.cpp1855 if (GAUsesInFunction.count(V)) in getUsesInFunction()
1856 return GAUsesInFunction[V]; in getUsesInFunction()
1866 GAUsesInFunction[V] = Result; in getUsesInFunction()
2291 GAUsesInFunction.clear(); in rebalanceAddressTrees()