Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Transforms/
DBufferUtils.h35 using AllocEntryList = SmallVector<AllocEntry, 8>; variable
52 AllocEntryList::const_iterator begin() const { return allocs.begin(); } in begin()
55 AllocEntryList::const_iterator end() const { return allocs.end(); } in end()
58 AllocEntryList::iterator begin() { return allocs.begin(); } in begin()
61 AllocEntryList::iterator end() { return allocs.end(); } in end()
72 AllocEntryList allocs;