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