Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h213 DWARFListType CurrentList; in extract() local
215 if (Error E = CurrentList.extract(Data, getHeaderOffset(), OffsetPtr, in extract()
219 ListMap[Off] = CurrentList; in extract()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp351 auto &CurrentList = GuardsInBlock[BB]; in run() local
355 CurrentList.push_back(cast<Instruction>(&I)); in run()
357 for (auto *II : CurrentList) in run()