Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2943 SmallVector<Instruction *, 8> TempInst(AllTempInstructions.begin(), in cleanupTables() local
2949 for (auto *I : TempInst) { in cleanupTables()
2953 while (!TempInst.empty()) { in cleanupTables()
2954 auto *I = TempInst.pop_back_val(); in cleanupTables()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1226 MCInst TempInst; in disassemble() local
1227 BC.DisAsm->getInstruction(TempInst, Size, FunctionData.slice(Offset), in disassemble()
1229 if (!BC.validateEncoding(TempInst, FunctionData.slice(Offset, Size))) { in disassemble()
1233 BC.printInstruction(errs(), TempInst, AbsoluteInstrAddr); in disassemble()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp8848 CodeSynthesisContext TempInst; in RequireCompleteTypeImpl() local
8849 TempInst.Kind = CodeSynthesisContext::Memoization; in RequireCompleteTypeImpl()
8850 TempInst.Template = Def; in RequireCompleteTypeImpl()
8851 TempInst.Entity = Def; in RequireCompleteTypeImpl()
8852 TempInst.PointOfInstantiation = Loc; in RequireCompleteTypeImpl()
8853 atTemplateBegin(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()
8854 atTemplateEnd(TemplateInstCallbacks, *this, TempInst); in RequireCompleteTypeImpl()