Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5439 struct UseMemo { struct
5446 bool operator<(const UseMemo &L, const UseMemo &R) { in operator <()
5466 SmallVector<UseMemo, 4> Uses; in ReplaceAllUsesOfValuesWith()
5474 UseMemo Memo = { *UI, i, &Use }; in ReplaceAllUsesOfValuesWith()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6482 struct UseMemo { struct
6489 bool operator<(const UseMemo &L, const UseMemo &R) { in operator <()
6510 SmallVector<UseMemo, 4> Uses; in ReplaceAllUsesOfValuesWith()
6518 UseMemo Memo = { *UI, i, &Use }; in ReplaceAllUsesOfValuesWith()