Searched refs:Update (Results 51 - 75 of 101) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp639 // Update incoming edges into MPhi. Remove all but the incoming edge from
716 // Update Uses and Defs.
750 // Update/insert phis in all successors of exit blocks.
786 for (auto &Update : Updates) {
787 if (Update.getKind() == DT.Insert)
788 InsertUpdates.push_back({DT.Insert, Update.getFrom(), Update.getTo()});
790 RevDeleteUpdates.push_back({DT.Insert, Update.getFrom(), Update.getTo()});
794 // Update fo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp185 bool Update() override;
212 Update();
359 nullptr; // this will stop all future searches until an Update() happens
438 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::Update() { function in class:lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd
H A DLibCxx.cpp174 Update();
177 bool lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() { function in class:lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
349 Update();
403 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update() { function in class:lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp135 bool Update() override {
H A DNSException.cpp140 bool Update() override {
H A DNSIndexPath.cpp49 bool Update() override {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h66 using CFGUpdate = cfg::Update<BasicBlock *>;
103 /// Update the MemoryPhi in `To` following an edge deletion between `From` and
106 /// Update the MemoryPhi in `To` to have a single incoming edge from `From`,
111 /// Update MemorySSA when inserting a unique backedge block for a loop.
115 /// Update MemorySSA after a loop was cloned, given the blocks in RPO order,
127 /// Update phi nodes in exit block successors following cloning. Exit blocks
255 /// to `To`. Update Phis in BI's successors to remove BI's BB.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp54 // Update the fragment.
659 bool Update = false; variable
665 Update = true;
679 (void)Update; variable
680 assert(Update && "Didn't find relaxation target");
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp45 bool Update() override { return false; }
175 if (!m_synth_filter_up->Update()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1139 unsigned Update; local
1142 Target.getiOSVersion(Major, Minor, Update);
1144 EmitBuildVersion(MachO::PLATFORM_MACCATALYST, Major, Minor, Update,
1152 Target.getWatchOSVersion(Major, Minor, Update);
1155 Target.getiOSVersion(Major, Minor, Update);
1158 if (!Target.getMacOSXVersion(Major, Minor, Update))
1162 Target.getiOSVersion(Major, Minor, Update);
1165 EmitVersionMin(VersionType, Major, Minor, Update, SDKVersion);
H A DMCAsmStreamer.cpp150 unsigned Update, VersionTuple SDKVersion) override;
152 unsigned Update, VersionTuple SDKVersion) override;
553 unsigned Minor, unsigned Update,
556 if (Update)
557 OS << ", " << Update; local
578 unsigned Minor, unsigned Update,
582 if (Update)
583 OS << ", " << Update; local
552 EmitVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
577 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
H A DMachObjectWriter.cpp868 unsigned Update = V.getSubminor() ? *V.getSubminor() : 0;
870 assert(Update < 256 && "unencodable update target version");
873 return Update | (Minor << 8) | (V.getMajor() << 16);
876 VersionTuple(VersionInfo.Major, VersionInfo.Minor, VersionInfo.Update));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFGDiff.h75 // GraphDiff defines a CFG snapshot: given a set of Update<NodePtr>, provide
104 GraphDiff(ArrayRef<cfg::Update<NodePtr>> Updates) {
105 SmallVector<cfg::Update<NodePtr>, 4> LegalizedUpdates;
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp173 bool ScriptedSyntheticChildren::FrontEnd::Update() { function in class:ScriptedSyntheticChildren::FrontEnd
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp790 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, false); local
791 if (Update != 0)
800 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, true); local
801 if (Update != 0)
/freebsd-12-stable/stand/i386/kgzldr/
H A Dcrt.s81 crt_putchr.4: movw %dx,(%ebx) # Update position
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1070 const InlineCallStack &InlineStack, bool Update, uint32_t Offset) {
1101 Update = false;
1136 if (Update) {
1142 // Update the body samples for the current profile.
1166 if (Update)
1184 if (std::error_code EC = readOneFunctionProfile(NewStack, Update, Offset))
1069 readOneFunctionProfile( const InlineCallStack &InlineStack, bool Update, uint32_t Offset) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1163 const auto &Update = Updates.front(); local
1164 if (Update.getKind() == UpdateKind::Insert)
1165 DT.insertEdge(Update.getFrom(), Update.getTo());
1167 DT.deleteEdge(Update.getFrom(), Update.getTo());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h112 /// Update streamer for a new active section.
377 /// Update streamer for a new active section.
472 unsigned Minor, unsigned Update,
478 unsigned Minor, unsigned Update,
471 EmitVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
477 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp70 template class llvm::cfg::Update<BasicBlock *>; member in class:llvm::cfg
/freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c344 * Update AddressRange list. However, only permanent regions
684 * Update the notify objects for these types (if present)
816 Object = State->Update.Object;
829 /* Free any stacked Update State objects */
/freebsd-12-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec426 - Update openssl-devel dependency to match current requirements.
439 - Update openssl-devel dependency to 0.9.8f, as found in autoconf
655 - Update for 2.5.1p1.
662 - Update for 2.5.0p1.
705 - Update to x11-askpass 1.1.1. (#21301)
733 - Update to OpenSSH 2.3.0p1.
734 - Update to x11-askpass 1.1.0.
738 - Update to ssh-askpass-x11 1.0.3.
754 - Update x11-askpass to 1.0.2. (#17835)
763 - Update t
[all...]
/freebsd-12-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1506 axf->Update(auth_ctx, block, sizeof(block));
1519 axf->Update(auth_ctx, block, len);
1523 axf->Update(auth_ctx, block, len);
1531 axf->Update(auth_ctx, block, sizeof(block));
1985 axf->Update(auth_ctx, block, sizeof(block));
1997 axf->Update(auth_ctx, block, len);
2003 axf->Update(auth_ctx, block, len);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h709 bool Update, uint32_t Offset);
/freebsd-12-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh46 -I -- Update INDEX only. (update command only)
64 update -- Update ports tree to match current snapshot, replacing
719 # Update a compressed snapshot
769 # Update metadata without patches
856 # Update ports without patches
1117 # Update command. Make sure the parameters are sensible,

Completed in 323 milliseconds

12345