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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp36 Deleted, member in class:LoopDeletionResult
169 return LoopDeletionResult::Deleted;
206 return LoopDeletionResult::Deleted;
220 if (Result == LoopDeletionResult::Deleted)
264 if (Result == LoopDeletionResult::Deleted)
H A DStructurizeCFG.cpp589 Value *Deleted = Phi.removeIncomingValue(From, false); local
590 Map[&Phi].push_back(std::make_pair(From, Deleted));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp89 MISetType Deleted; member in class:__anon97::HexagonOptAddrMode
406 Deleted.insert(AddMI);
662 Deleted.insert(UseMI);
682 Deleted.insert(UseMI);
773 Deleted.insert(MI);
801 Deleted.clear();
809 for (auto MI : Deleted)
H A DHexagonEarlyIfConv.cpp219 BlockSetType Deleted; member in class:__anon2238::HexagonEarlyIfConversion
617 if (!Deleted.count(SB))
979 Deleted.insert(B);
1062 Deleted.clear();
/freebsd-11-stable/sys/sys/
H A Daac_ioctl.h191 u_int32_t Deleted; member in struct:aac_query_disk
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1038 DenseSet<MachineConstantPoolValue*> Deleted;
1041 Deleted.insert(Constants[i].Val.MachineCPVal);
1047 if (Deleted.count(*I) == 0)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2281 bool Deleted = false; local
2286 Deleted = true;
2289 if (!Deleted)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7255 bool Deleted = false;
7260 DefaultedComparisonInfo Deleted;
7261 Deleted.Deleted = true;
7262 return Deleted;
7266 Deleted |= R.Deleted;
7269 return Deleted;
8107 if (Info.Deleted) {
8623 << Base->getType() << /*Deleted*/
[all...]
/freebsd-11-stable/sys/dev/aac/
H A Daac.c3684 query_disk.Deleted = 1; /* XXX is this right? */
3690 query_disk.Deleted = 0;
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c3574 query_disk.Deleted = 1; /* XXX is this right? */
3578 query_disk.Deleted = 0;

Completed in 196 milliseconds