Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp2930 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables() local
2936 for (auto *I : TempInst) { in cleanupTables()
2940 while (!TempInst.empty()) { in cleanupTables()
2941 auto *I = TempInst.back(); in cleanupTables()
2942 TempInst.pop_back(); in cleanupTables()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp2883 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables() local
2889 for (auto *I : TempInst) { in cleanupTables()
2893 while (!TempInst.empty()) { in cleanupTables()
2894 auto *I = TempInst.back(); in cleanupTables()
2895 TempInst.pop_back(); in cleanupTables()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp8625 CodeSynthesisContext TempInst; in RequireCompleteTypeImpl() local
8626 TempInst.Kind = CodeSynthesisContext::Memoization; in RequireCompleteTypeImpl()
8627 TempInst.Template = Def; in RequireCompleteTypeImpl()
8628 TempInst.Entity = Def; in RequireCompleteTypeImpl()
8629 TempInst.PointOfInstantiation = Loc; in RequireCompleteTypeImpl()
8630 atTemplateBegin(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()
8631 atTemplateEnd(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()