Searched refs:UpdateRecord (Results 1 – 3 of 3) sorted by relevance
102 struct UpdateRecord { struct in __anon63b9570e0111::AArch64PromoteConstant107 UpdateRecord(Constant *C, Instruction *User, unsigned Op) in UpdateRecord() argument202 void promoteConstants(Function &F, SmallVectorImpl<UpdateRecord> &Updates,537 Function &F, SmallVectorImpl<UpdateRecord> &Updates, in promoteConstants()560 SmallVector<UpdateRecord, 64> Updates; in runOnFunction()
369 using UpdateRecord = SmallVector<DeclUpdate, 1>; variable370 using DeclUpdateMap = llvm::MapVector<const Decl *, UpdateRecord>;
4841 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in WriteASTCore()