Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h269 CGBlockInfo *NextBlockInfo; variable
H A DCGBlocks.cpp786 blockInfo.NextBlockInfo = CGF.FirstBlockInfo; in enterBlockScope()
882 *head = cur->NextBlockInfo; in findAndRemoveBlockInfo()
886 head = &cur->NextBlockInfo; in findAndRemoveBlockInfo()
895 head = cur->NextBlockInfo; in destroyBlockInfos()