Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h273 llvm::SmallVector<Capture, 4> SortedCaptures; variable
293 for (auto &C : SortedCaptures) in buildCaptureMap()
H A DCGBlocks.cpp97 for (auto &Cap : BlockInfo.SortedCaptures) { in getBlockDescriptorName()
334 info.SortedCaptures.push_back(CGBlockInfo::Capture::makeIndex( in setIndex()
622 info.SortedCaptures.push_back( in computeBlockInfo()
1929 blockInfo.SortedCaptures, blockInfo.BlockAlign, in GenerateCopyHelperFunction()
1975 for (auto &capture : blockInfo.SortedCaptures) { in GenerateCopyHelperFunction()
2126 blockInfo.SortedCaptures, blockInfo.BlockAlign, in GenerateDestroyHelperFunction()
2169 for (auto &capture : blockInfo.SortedCaptures) { in GenerateDestroyHelperFunction()