Searched defs:UseMemo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6480 /// UseMemo - This class is used by SelectionDAG::ReplaceAllUsesOfValuesWith
6482 struct UseMemo { struct in namespace:__anon12638
6489 bool operator<(const UseMemo &L, const UseMemo &R) {
6510 SmallVector<UseMemo, 4> Uses;
6518 UseMemo Memo = { *UI, i, &Use };
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5437 /// UseMemo - This class is used by SelectionDAG::ReplaceAllUsesOfValuesWith
5439 struct UseMemo { struct in namespace:__anon18585
5446 bool operator<(const UseMemo &L, const UseMemo &R) {
5466 SmallVector<UseMemo, 4> Uses;
5474 UseMemo Memo = { *UI, i, &Use };

Completed in 90 milliseconds