Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp217 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anonb8834ddc0111::LargeBlockInfo
392 AST->deleteValue(LI); in rewriteSingleStoreAlloca()
394 LBI.deleteValue(LI); in rewriteSingleStoreAlloca()
407 LBI.deleteValue(DDI); in rewriteSingleStoreAlloca()
411 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca()
414 AST->deleteValue(AI); in rewriteSingleStoreAlloca()
416 LBI.deleteValue(AI); in rewriteSingleStoreAlloca()
485 AST->deleteValue(LI); in promoteSingleBlockAlloca()
487 LBI.deleteValue(LI); in promoteSingleBlockAlloca()
499 LBI.deleteValue(SI); in promoteSingleBlockAlloca()
[all …]
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp220 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anonbac66a3e0111::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()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp328 CurAST->deleteValue(&I); in sinkRegion()
380 CurAST->deleteValue(&I); in hoistRegion()
711 CurAST->deleteValue(&I); in sink()
833 void instructionDeleted(Instruction *I) const override { AST.deleteValue(I); } in instructionDeleted()
1144 AST->deleteValue(V); in deleteAnalysisValue()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h230 void deleteValue();
728 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
DInstruction.h784 V->deleteValue();
/external/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()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp554 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue() function in AliasSetTracker
666 AST->deleteValue(getValPtr()); in deleted()
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h393 void deleteValue(Value *PtrVal);
/external/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(); }
/external/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()
DJumpThreading.cpp2385 New->deleteValue(); in DuplicateCondBranchOnPHIIntoPred()
DReassociate.cpp1625 DummyInst->deleteValue(); in OptimizeAdd()
DGVN.cpp2401 PREInstr->deleteValue(); in performScalarPRE()
/external/llvm/docs/
DAliasAnalysis.rst319 The ``deleteValue`` method
322 The ``deleteValue`` method is called by transformations when they remove an
385 ``deleteValue`` and ``copyValue`` methods which are intended to allow a pass to
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp99 void Value::deleteValue() { in deleteValue() function in Value
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp4312 v8::Local<v8::Value> deleteValue = GetSimpleValue(info, 2); in Stuff() local
4314 fxv8::IsNull(deleteValue)) { in Stuff()
4328 static_cast<int32_t>(ValueToFloat(info.GetIsolate(), deleteValue)), 0, in Stuff()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp450 U->deleteValue(); in cleanup()

12