Home
last modified time | relevance | path

Searched refs:deleteValue (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp95 PrevVal->deleteValue(); in assignValue()
223 Placeholder->deleteValue(); in resolveConstantForwardRefs()
DBitcodeReader.cpp5141 I->deleteValue(); in parseFunctionBody()
5145 I->deleteValue(); in parseFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp220 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anonbabbc87f0111::LargeBlockInfo
406 LBI.deleteValue(LI); in rewriteSingleStoreAlloca()
422 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca()
506 LBI.deleteValue(LI); in promoteSingleBlockAlloca()
518 LBI.deleteValue(SI); in promoteSingleBlockAlloca()
DLoopRotationUtils.cpp358 C->deleteValue(); in rotateLoop()
371 C->deleteValue(); in rotateLoop()
DCloneFunction.cpp357 NewInst->deleteValue(); in CloneBlock()
DSimplifyCFG.cpp2265 N->deleteValue(); // Instruction folded away, don't need actual inst in FoldCondBranchOnPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h220 void deleteValue();
718 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
DInstruction.h784 V->deleteValue();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp559 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue() function in AliasSetTracker
720 AST->deleteValue(getValPtr()); in deleted()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h407 void deleteValue(Value *PtrVal);
DMemorySSA.h233 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1442 AST->deleteValue(&I); in eraseInstruction()
1844 AST.deleteValue(I); in instructionDeleted()
2238 ASTIt->second->deleteValue(V); in deleteAnalysisValue()
DStraightLineStrengthReduce.cpp737 UnlinkedInst->deleteValue(); in runOnFunction()
DNewGVN.cpp2791 ValueOp->deleteValue(); in makePossiblePHIOfOps()
2943 I->deleteValue(); in cleanupTables()
DReassociate.cpp1625 DummyInst->deleteValue(); in OptimizeAdd()
DGVN.cpp2401 PREInstr->deleteValue(); in performScalarPRE()
DJumpThreading.cpp2385 New->deleteValue(); in DuplicateCondBranchOnPHIIntoPred()
DSROA.cpp2587 Placeholder->deleteValue(); in visitLoadInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp99 void Value::deleteValue() { in deleteValue() function in Value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2852 P.second.first->deleteValue(); in ~PerFunctionState()
2860 P.second.first->deleteValue(); in ~PerFunctionState()
2979 Sentinel->deleteValue(); in SetInstName()
2996 Sentinel->deleteValue(); in SetInstName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp450 U->deleteValue(); in cleanup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp501 I->deleteValue(); in runOnFunction()