Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1171 DenseMap<unsigned, DIType *> TyCache; in buildFrameDebugInfo() local
1172 TyCache.insert( in buildFrameDebugInfo()
1175 TyCache.insert( in buildFrameDebugInfo()
1181 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
1195 TyCache.insert({Index, DIVarCache[V]->getType()}); in buildFrameDebugInfo()
1238 DITy = TyCache[Index]; in buildFrameDebugInfo()