Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp579 bool hasNonConstantCustomFields = false; in computeBlockInfo() local
582 hasNonConstantCustomFields = in computeBlockInfo()
584 if (!block->hasCaptures() && !hasNonConstantCustomFields) { in computeBlockInfo()