Searched refs:Deleted (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h139 if (auto EC = readSparseBitVector(Stream, Deleted))
141 if (Present.intersects(Deleted))
163 int NumBitsD = Deleted.find_last() + 1;
173 // Deleted bit set number of words (4 bytes), followed by that many actual
194 if (auto EC = writeSparseBitVector(Writer, Deleted))
209 Deleted.clear();
267 bool isDeleted(uint32_t K) const { return Deleted.test(K); }
271 mutable SparseBitVector<> Deleted; member in class:llvm::pdb::HashTable
294 Deleted.reset(Entry.index());
326 std::swap(Deleted, NewMa
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp38 Deleted, member in class:LoopDeletionResult
178 return LoopDeletionResult::Deleted;
220 return LoopDeletionResult::Deleted;
238 if (Result == LoopDeletionResult::Deleted)
294 if (Result == LoopDeletionResult::Deleted)
H A DStructurizeCFG.cpp591 Value *Deleted = Phi.removeIncomingValue(From, false); local
592 Map[&Phi].push_back(std::make_pair(From, Deleted));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp89 MISetType Deleted; member in class:__anon4142::HexagonOptAddrMode
406 Deleted.insert(AddMI);
663 Deleted.insert(UseMI);
683 Deleted.insert(UseMI);
774 Deleted.insert(MI);
802 Deleted.clear();
810 for (auto MI : Deleted)
H A DHexagonEarlyIfConv.cpp219 BlockSetType Deleted; member in class:__anon4117::HexagonEarlyIfConversion
617 if (!Deleted.count(SB))
979 Deleted.insert(B);
1064 Deleted.clear();
/freebsd-13-stable/sys/sys/
H A Daac_ioctl.h193 u_int32_t Deleted; member in struct:aac_query_disk
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1120 DenseSet<MachineConstantPoolValue*> Deleted;
1123 Deleted.insert(Constants[i].Val.MachineCPVal);
1129 if (Deleted.count(*I) == 0)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2313 bool Deleted = false;
2318 Deleted = true;
2321 if (!Deleted)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7505 bool Deleted = false;
7510 DefaultedComparisonInfo Deleted;
7511 Deleted.Deleted = true;
7512 return Deleted;
7516 Deleted |= R.Deleted;
7519 return Deleted;
8357 if (Info.Deleted) {
8873 << Base->getType() << /*Deleted*/
[all...]
/freebsd-13-stable/sys/dev/aac/
H A Daac.c3681 query_disk.Deleted = 1; /* XXX is this right? */
3687 query_disk.Deleted = 0;
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid.c3582 query_disk.Deleted = 1; /* XXX is this right? */
3586 query_disk.Deleted = 0;

Completed in 223 milliseconds