Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp99 struct DefUseInfo { struct in __anonc41f69c70111::HexagonGenMux
102 DefUseInfo() = default;
103 DefUseInfo(const BitVector &D, const BitVector &U) : Defs(D), Uses(U) {} in DefUseInfo() argument
120 using DefUseInfoMap = DenseMap<unsigned, DefUseInfo>;
192 DUM.insert(std::make_pair(Index, DefUseInfo(Defs, Uses))); in buildMaps()
286 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock()
310 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock()