Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.h68 auto ListCopy = List; in insert() local
69 while (!ListCopy.empty()) { in insert()
70 DGNode *Top = ListCopy.top(); in insert()
71 ListCopy.pop(); in insert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.cpp56 auto ListCopy = List; in dump() local
57 while (!ListCopy.empty()) { in dump()
58 OS << *ListCopy.top() << "\n"; in dump()
59 ListCopy.pop(); in dump()