Home
last modified time | relevance | path

Searched refs:ShouldDelete (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Support/
DPath.cpp1271 bool ShouldDelete = false; in keep() local
1278 ShouldDelete = true; in keep()
1284 ShouldDelete = true; in keep()
1285 if (ShouldDelete) { in keep()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemorySSA.cpp1827 void MemorySSA::removeFromLists(MemoryAccess *MA, bool ShouldDelete) { in removeFromLists() argument
1843 if (ShouldDelete) in removeFromLists()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DMemorySSA.h835 void removeFromLists(MemoryAccess *, bool ShouldDelete = true);
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1521 auto *ShouldDelete = ImplicitParamDecl::Create( in addImplicitStructorParams() local
1525 Params.push_back(ShouldDelete); in addImplicitStructorParams()
1526 getStructorImplicitParamDecl(CGF) = ShouldDelete; in addImplicitStructorParams()