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

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

Completed in 130 milliseconds