Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2940 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables() local
2946 for (auto *I : TempInst) { in cleanupTables()
2950 while (!TempInst.empty()) { in cleanupTables()
2951 auto *I = TempInst.pop_back_val(); in cleanupTables()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp8950 CodeSynthesisContext TempInst; in RequireCompleteTypeImpl() local
8951 TempInst.Kind = CodeSynthesisContext::Memoization; in RequireCompleteTypeImpl()
8952 TempInst.Template = Def; in RequireCompleteTypeImpl()
8953 TempInst.Entity = Def; in RequireCompleteTypeImpl()
8954 TempInst.PointOfInstantiation = Loc; in RequireCompleteTypeImpl()
8955 atTemplateBegin(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()
8956 atTemplateEnd(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()