Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1174 DenseMap<unsigned, DIType *> TyCache; in buildFrameDebugInfo() local
1175 TyCache.insert( in buildFrameDebugInfo()
1178 TyCache.insert( in buildFrameDebugInfo()
1184 TyCache.insert({IndexIndex, DBuilder.createBasicType( in buildFrameDebugInfo()
1198 TyCache.insert({Index, DIVarCache[V]->getType()}); in buildFrameDebugInfo()
1241 DITy = TyCache[Index]; in buildFrameDebugInfo()