Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2946 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables() local
2952 for (auto *I : TempInst) { in cleanupTables()
2956 while (!TempInst.empty()) { in cleanupTables()
2957 auto *I = TempInst.pop_back_val(); in cleanupTables()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9112 CodeSynthesisContext TempInst; in RequireCompleteTypeImpl() local
9113 TempInst.Kind = CodeSynthesisContext::Memoization; in RequireCompleteTypeImpl()
9114 TempInst.Template = Def; in RequireCompleteTypeImpl()
9115 TempInst.Entity = Def; in RequireCompleteTypeImpl()
9116 TempInst.PointOfInstantiation = Loc; in RequireCompleteTypeImpl()
9117 atTemplateBegin(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()
9118 atTemplateEnd(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()