Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1140 Optional<FieldIDType> SwitchIndexFieldId; in buildFrameType() local
1165 SwitchIndexFieldId = B.addField(IndexType, None); in buildFrameType()
1203 auto IndexField = B.getLayoutField(*SwitchIndexFieldId); in buildFrameType()