HomeSort by: relevance | last modified time | path
    Searched refs:ShouldDelete (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h 829 void removeFromLists(MemoryAccess *, bool ShouldDelete = true);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp 1829 /// ShouldDelete defaults to true, and will cause the memory access to also be
1831 void MemorySSA::removeFromLists(MemoryAccess *MA, bool ShouldDelete) {
1847 if (ShouldDelete)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 1509 auto *ShouldDelete = ImplicitParamDecl::Create(
1513 Params.push_back(ShouldDelete);
1514 getStructorImplicitParamDecl(CGF) = ShouldDelete;

Completed in 21 milliseconds