/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 217 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/ |
D | ValueList.cpp | 95 PrevVal->deleteValue(); in assignValue() 223 Placeholder->deleteValue(); in resolveConstantForwardRefs()
|
D | BitcodeReader.cpp | 5141 I->deleteValue(); in parseFunctionBody() 5145 I->deleteValue(); in parseFunctionBody()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 220 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()
|
D | LoopRotationUtils.cpp | 358 C->deleteValue(); in rotateLoop() 371 C->deleteValue(); in rotateLoop()
|
D | CloneFunction.cpp | 357 NewInst->deleteValue(); in CloneBlock()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 328 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/ |
D | Value.h | 230 void deleteValue(); 728 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
|
D | Instruction.h | 784 V->deleteValue();
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 559 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue() function in AliasSetTracker 720 AST->deleteValue(getValPtr()); in deleted()
|
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 554 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue() function in AliasSetTracker 666 AST->deleteValue(getValPtr()); in deleted()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 393 void deleteValue(Value *PtrVal);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 407 void deleteValue(Value *PtrVal);
|
D | MemorySSA.h | 233 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1442 AST->deleteValue(&I); in eraseInstruction() 1844 AST.deleteValue(I); in instructionDeleted() 2238 ASTIt->second->deleteValue(V); in deleteAnalysisValue()
|
D | StraightLineStrengthReduce.cpp | 737 UnlinkedInst->deleteValue(); in runOnFunction()
|
D | NewGVN.cpp | 2791 ValueOp->deleteValue(); in makePossiblePHIOfOps() 2943 I->deleteValue(); in cleanupTables()
|
D | JumpThreading.cpp | 2385 New->deleteValue(); in DuplicateCondBranchOnPHIIntoPred()
|
D | Reassociate.cpp | 1625 DummyInst->deleteValue(); in OptimizeAdd()
|
D | GVN.cpp | 2401 PREInstr->deleteValue(); in performScalarPRE()
|
/external/llvm/docs/ |
D | AliasAnalysis.rst | 319 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/ |
D | Value.cpp | 99 void Value::deleteValue() { in deleteValue() function in Value
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 4312 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/ |
D | LLParser.cpp | 2852 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/ |
D | HexagonLoopIdiomRecognition.cpp | 450 U->deleteValue(); in cleanup()
|