Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2911 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables() local
2917 for (auto *I : TempInst) { in cleanupTables()
2921 while (!TempInst.empty()) { in cleanupTables()
2922 auto *I = TempInst.pop_back_val(); in cleanupTables()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8585 CodeSynthesisContext TempInst; in RequireCompleteTypeImpl() local
8586 TempInst.Kind = CodeSynthesisContext::Memoization; in RequireCompleteTypeImpl()
8587 TempInst.Template = Def; in RequireCompleteTypeImpl()
8588 TempInst.Entity = Def; in RequireCompleteTypeImpl()
8589 TempInst.PointOfInstantiation = Loc; in RequireCompleteTypeImpl()
8590 atTemplateBegin(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()
8591 atTemplateEnd(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()