Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9239 struct UseMemo { struct
9246 bool operator<(const UseMemo &L, const UseMemo &R) { in operator <()
9325 SmallVector<UseMemo, 4> Uses; in ReplaceAllUsesOfValuesWith()
9333 UseMemo Memo = { *UI, i, &Use }; in ReplaceAllUsesOfValuesWith()