Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp102 struct UpdateRecord { struct in __anon887498c20111::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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h381 using UpdateRecord = SmallVector<DeclUpdate, 1>; variable
382 using DeclUpdateMap = llvm::MapVector<const Decl *, UpdateRecord>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4535 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in WriteASTCore()