| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | PromoteMemoryToRegister.cpp | 217 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anon7bf1eae50111::LargeBlockInfo 413 LBI.deleteValue(LI); in rewriteSingleStoreAlloca() 433 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca() 519 LBI.deleteValue(LI); in promoteSingleBlockAlloca() 533 LBI.deleteValue(SI); in promoteSingleBlockAlloca()
|
| H A D | LoopRotationUtils.cpp | 441 C->deleteValue(); in rotateLoop() 454 C->deleteValue(); in rotateLoop()
|
| H A D | CloneFunction.cpp | 508 NewInst->deleteValue(); in CloneBlock()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | ValueList.cpp | 51 PrevVal->deleteValue(); in assignValue()
|
| H A D | BitcodeReader.cpp | 5420 I->deleteValue(); in parseFunctionBody() 5577 I->deleteValue(); in parseFunctionBody() 5601 PN->deleteValue(); in parseFunctionBody() 5610 PN->deleteValue(); in parseFunctionBody() 5644 PN->deleteValue(); in parseFunctionBody() 6237 I->deleteValue(); in parseFunctionBody() 6305 I->deleteValue(); in parseFunctionBody() 6309 I->deleteValue(); in parseFunctionBody()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Value.h | 229 void deleteValue(); 856 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
|
| H A D | Instruction.h | 857 V->deleteValue();
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 516 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue() function in AliasSetTracker 679 AST->deleteValue(getValPtr()); in deleted()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | InstructionsTest.cpp | 569 V1->deleteValue(); in TEST() 570 I->deleteValue(); in TEST() 1418 I->deleteValue(); in TEST() 1421 FP->deleteValue(); in TEST() 1492 FAdd->deleteValue(); in TEST() 1493 FNeg->deleteValue(); in TEST()
|
| H A D | BasicBlockTest.cpp | 259 I2->deleteValue(); in TEST_F()
|
| H A D | ConstantsTest.cpp | 198 __I->deleteValue(); \
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CloningTest.cpp | 49 V->deleteValue(); in eraseClones() 56 V->deleteValue(); in TearDown() 59 V->deleteValue(); in TearDown()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 396 void deleteValue(Value *PtrVal);
|
| H A D | MemorySSA.h | 237 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A 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
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 743 UnlinkedInst->deleteValue(); in runOnFunction()
|
| H A D | NewGVN.cpp | 2796 ValueOp->deleteValue(); in makePossiblePHIOfOps() 2955 I->deleteValue(); in cleanupTables()
|
| H A D | Reassociate.cpp | 1739 DummyInst->deleteValue(); in OptimizeAdd()
|
| H A D | JumpThreading.cpp | 2671 New->deleteValue(); in duplicateCondBranchOnPHIIntoPred()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Value.cpp | 106 void Value::deleteValue() { in deleteValue() function in Value
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 504 i->deleteValue(); in processConstant()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2916 P.second.first->deleteValue(); in ~PerFunctionState() 2924 P.second.first->deleteValue(); in ~PerFunctionState() 3043 Sentinel->deleteValue(); in setInstName() 3061 Sentinel->deleteValue(); in setInstName() 7187 CI->deleteValue(); in parseCall()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | BlockGenerators.cpp | 231 NewInst->deleteValue(); in copyInstScalar()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 1034 DummyArg->deleteValue(); in create()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 466 U->deleteValue(); in cleanup()
|