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.h214 DWARFListType CurrentList; in extract() local
216 if (Error E = CurrentList.extract(Data, getHeaderOffset(), OffsetPtr, in extract()
220 ListMap[Off] = CurrentList; in extract()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp350 auto &CurrentList = GuardsInBlock[BB]; in run() local
354 CurrentList.push_back(cast<Instruction>(&I)); in run()
356 for (auto *II : CurrentList) in run()