Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp99 struct DefUseInfo { struct in __anoncf1483fd0111::HexagonGenMux
100 BitVector Defs, Uses;
103 DefUseInfo(const BitVector &D, const BitVector &U) : Defs(D), Uses(U) {} in DefUseInfo() argument