Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DGLR.cpp702 auto &SizedList = FreeList[Parents]; in allocate() local
703 if (!SizedList.empty()) { in allocate()
704 auto *Result = SizedList.back(); in allocate()
705 SizedList.pop_back(); in allocate()