/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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 __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()
|
D | LoopRotationUtils.cpp | 358 C->deleteValue(); in rotateLoop() 371 C->deleteValue(); in rotateLoop()
|
D | CloneFunction.cpp | 357 NewInst->deleteValue(); in CloneBlock()
|
D | SimplifyCFG.cpp | 2265 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/ |
D | Value.h | 220 void deleteValue(); 718 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
|
D | Instruction.h | 784 V->deleteValue();
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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(); }
|
/third_party/skia/third_party/externals/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 | Reassociate.cpp | 1625 DummyInst->deleteValue(); in OptimizeAdd()
|
D | GVN.cpp | 2401 PREInstr->deleteValue(); in performScalarPRE()
|
D | JumpThreading.cpp | 2385 New->deleteValue(); in DuplicateCondBranchOnPHIIntoPred()
|
D | SROA.cpp | 2587 Placeholder->deleteValue(); in visitLoadInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 99 void Value::deleteValue() { in deleteValue() function in Value
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 450 U->deleteValue(); in cleanup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 501 I->deleteValue(); in runOnFunction()
|