Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp102 struct UpdateRecord { struct in __anond8c7b14c0111::AArch64PromoteConstant
107 UpdateRecord(Constant *C, Instruction *User, unsigned Op) in UpdateRecord() function
202 void promoteConstants(Function &F, SmallVectorImpl<UpdateRecord> &Updates,
537 Function &F, SmallVectorImpl<UpdateRecord> &Updates, in promoteConstants()
560 SmallVector<UpdateRecord, 64> Updates; in runOnFunction()
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h409 using UpdateRecord = SmallVector<DeclUpdate, 1>; variable
410 using DeclUpdateMap = llvm::MapVector<const Decl *, UpdateRecord>;
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5638 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in AddedAnonymousNamespace()