Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1006 DenseMap<unsigned, DIType *> TyCache; in buildFrameDebugInfo() local
1007 TyCache.insert( in buildFrameDebugInfo()
1010 TyCache.insert( in buildFrameDebugInfo()
1016 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
1030 TyCache.insert({Index, DIVarCache[V]->getType()}); in buildFrameDebugInfo()
1073 DITy = TyCache[Index]; in buildFrameDebugInfo()