Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp102 struct UpdateRecord { struct in __anonad8a56dc0111::AArch64PromoteConstant
107 UpdateRecord(Constant *C, Instruction *User, unsigned Op) in UpdateRecord() function
202 void promoteConstants(Function &F, SmallVectorImpl<UpdateRecord> &Updates,
522 Function &F, SmallVectorImpl<UpdateRecord> &Updates, in promoteConstants()
545 SmallVector<UpdateRecord, 64> Updates; in runOnFunction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h376 using UpdateRecord = SmallVector<DeclUpdate, 1>; variable
377 using DeclUpdateMap = llvm::MapVector<const Decl *, UpdateRecord>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4841 ASTWriter::UpdateRecord &Record = DeclUpdates[TU]; in WriteASTCore()