Home
last modified time | relevance | path

Searched refs:isDeleted (Results 1 – 25 of 45) sorted by relevance

12

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveEntry.java209 private boolean isDeleted; field in DumpArchiveEntry
320 public boolean isDeleted() { in isDeleted() method in DumpArchiveEntry
321 return isDeleted; in isDeleted()
328 public void setDeleted(final boolean isDeleted) { in setDeleted() argument
329 this.isDeleted = isDeleted; in setDeleted()
/external/swiftshader/src/Reactor/
DOptimizer.cpp124 if(inst.isDeleted()) in eliminateDeadCode()
146 if(alloca.isDeleted()) in eliminateUnitializedLoads()
209 if(alloca.isDeleted()) in eliminateLoadsFollowingSingleStore()
240 if(load->isDeleted() || !isLoad(*load)) in eliminateLoadsFollowingSingleStore()
320 if(alloca.isDeleted()) in optimizeStoresInSingleBasicBlock()
365 if(inst.isDeleted()) in optimizeStoresInSingleBasicBlock()
388 if((loadStoreInst.address != address) || inst->isDeleted()) in optimizeStoresInSingleBasicBlock()
436 if(instruction.isDeleted()) in analyzeUses()
481 assert(!use->isDeleted()); // Should have been removed from uses already in replace()
502 if(!instruction || instruction->isDeleted()) in deleteInstruction()
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp76 if (DoDelete && I->isDeleted()) { in removeDeletedAndRenumber()
326 if (!I.isDeleted() && I.repointEdges(this, NewNode)) in splitIncomingEdge()
456 if (!Phi->isDeleted()) { in advancedPhiLowering()
661 if (I.isDeleted()) in livenessLightweight()
666 if (I.isDeleted()) in livenessLightweight()
703 if (I.isDeleted()) in liveness()
716 if (I.isDeleted()) in liveness()
725 if (I.isDeleted()) in liveness()
905 if (I.isDeleted()) in contractIfEmpty()
938 if (!I.isDeleted()) in contractIfEmpty()
[all …]
DIceLoopAnalyzer.cpp79 bool isDeleted() const { return Deleted; } in isDeleted() function in Ice::LoopAnalyzer::LoopNode
173 if (Node.isDeleted() || Node.isVisited()) in computeLoopNestDepth()
211 if (Succ.isDeleted()) in processNode()
DIceVariableSplitting.cpp81 if (Instr.isDeleted()) in reset()
529 if (Instr.isDeleted()) in splitBlockLocalVariables()
541 if (Instr->isDeleted()) in splitBlockLocalVariables()
DIceInst.cpp128 Number = isDeleted() ? NumberDeleted : Func->newInstNumber(); in renumber()
200 assert(!isDeleted()); in livenessLightweight()
217 assert(!isDeleted()); in liveness()
441 if (isDeleted() || Dead) in livenessPhiOperand()
649 if (!Func->isVerbose(IceV_Deleted) && (isDeleted() || isRedundantAssign())) in dumpDecorated()
659 if (isDeleted()) in dumpDecorated()
1048 if (Linked->isDeleted()) in dump()
DIceCfg.cpp619 if (Instr.isDeleted() || !llvm::isa<InstArithmetic>(&Instr)) in localCSE()
712 if (Inst.isDeleted() || in findLoopInvariantInstructions()
856 if (!Current->isDeleted()) { in floatConstantCSE()
1021 if (Instr.isDeleted()) in processAllocas()
1046 if (Instr.isDeleted()) in processAllocas()
1070 if (Instr.isDeleted()) in processAllocas()
1196 if (Instr.isDeleted()) in findRematerializable()
1603 if (Mode == Liveness_Intervals && !I.isDeleted()) { in liveness()
1612 if (Mode == Liveness_Intervals && !I.isDeleted()) { in liveness()
1654 if (Instr.isDeleted()) in validateLiveness()
DIceTargetLowering.cpp88 while (I != End && I->isDeleted()) in skipDeleted()
382 I->isDeleted(); in doNopInsertion()
406 if (!Instr->isDeleted() && !llvm::isa<InstFakeDef>(Instr) && in lower()
548 if (Instr.isDeleted()) { in getInstructionsInRange()
721 if (Instr->isDeleted()) in markRedefinitions()
787 if (Instr.isDeleted()) in getVarStackSlotParams()
DIcePhiLoweringImpl.h36 if (Phi->isDeleted()) in prelowerPhis32Bit()
DIceOperand.cpp396 if (I.isDeleted()) in addNode()
414 if (I.isDeleted()) in addNode()
DIceRegAlloc.cpp150 if (!Kill->isDeleted() && !Kill->getLinked()->isDeleted()) in initForGlobal()
221 if (Instr.isDeleted()) in initForInfOnly()
DIceTargetLoweringX8632.cpp246 if (!Instr.isDeleted()) in emitGetIP()
DIceInst.h94 bool isDeleted() const { return Deleted; } in isDeleted() function
113 assert(!isDeleted()); in replaceSource()
/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.cpp250 it->isDeleted() && in IsStackAllocated()
268 deleted = it->isDeleted(); in IsNonNewable()
286 new_deleted = it->isDeleted(); in IsOnlyPlacementNewable()
288 placement = !it->isDeleted(); in IsOnlyPlacementNewable()
/external/proguard/src/proguard/classfile/editor/
DVariableEditor.java86 public boolean isDeleted(int instructionOffset) in isDeleted() method in VariableEditor
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h241 if (!isDeleted(I))
268 bool isDeleted(uint32_t K) const { return Deleted.test(K); }
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp446 !it->isDeleted() && (!it->isCopyOrMoveConstructor() || in CheckCtorDtorWeight()
467 !dtor->isDeleted()) { in CheckCtorDtorWeight()
/external/clang/lib/CodeGen/
DCGCXXABI.cpp53 if (!CD->isDeleted()) in canCopyArgument()
DSwiftCallingConv.cpp744 if (ctor->isCopyOrMoveConstructor() && !ctor->isDeleted() && in shouldPassCXXRecordIndirectly()
/external/clang/lib/Index/
DIndexDecl.cpp95 if (D->isDeleted()) in VisitFunctionDecl()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp560 if (Function->isDeleted()) in computeCursorKindAndAvailability()
DSemaDeclCXX.cpp4776 if (MD->isDeleted()) in checkClassLevelDLLAttribute()
5773 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase()
5780 return BaseCtor->isDeleted(); in shouldDeleteForBase()
9200 !Constructor->isDeleted()) && in DefineImplicitDefaultConstructor()
9313 assert(!BaseCtor->isDeleted() && "should not use deleted constructor"); in findInheritingConstructor()
9336 !Constructor->isDeleted()); in DefineInheritingConstructor()
9513 !Destructor->isDeleted()) && in DefineImplicitDestructor()
10280 !CopyAssignOperator->isDeleted()) && in DefineImplicitCopyAssignment()
10708 !MoveAssignOperator->isDeleted()) && in DefineImplicitMoveAssignment()
11058 !CopyConstructor->isDeleted()) && in DefineImplicitCopyConstructor()
[all …]
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp297 REGISTER_MATCHER(isDeleted); in RegistryMaps()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp753 bool isDeleted = false; in GetItemPath2() local
754 RINOK(Archive_IsItem_Deleted(Archive, index, isDeleted)); in GetItemPath2()
755 if (isDeleted) in GetItemPath2()
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp854 notMatches("void Func();", functionDecl(hasName("Func"), isDeleted()))); in TEST()
856 functionDecl(hasName("Func"), isDeleted()))); in TEST()

12