Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp217 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 DLoopRotationUtils.cpp441 C->deleteValue(); in rotateLoop()
454 C->deleteValue(); in rotateLoop()
H A DCloneFunction.cpp508 NewInst->deleteValue(); in CloneBlock()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DValueList.cpp51 PrevVal->deleteValue(); in assignValue()
H A DBitcodeReader.cpp5420 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 DValue.h229 void deleteValue();
856 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
H A DInstruction.h857 V->deleteValue();
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasSetTracker.cpp516 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 DInstructionsTest.cpp569 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 DBasicBlockTest.cpp259 I2->deleteValue(); in TEST_F()
H A DConstantsTest.cpp198 __I->deleteValue(); \
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp49 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 DAliasSetTracker.h396 void deleteValue(Value *PtrVal);
H A DMemorySSA.h237 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
/llvm-project-15.0.7/llvm/docs/
H A 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
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp743 UnlinkedInst->deleteValue(); in runOnFunction()
H A DNewGVN.cpp2796 ValueOp->deleteValue(); in makePossiblePHIOfOps()
2955 I->deleteValue(); in cleanupTables()
H A DReassociate.cpp1739 DummyInst->deleteValue(); in OptimizeAdd()
H A DJumpThreading.cpp2671 New->deleteValue(); in duplicateCondBranchOnPHIIntoPred()
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp106 void Value::deleteValue() { in deleteValue() function in Value
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp504 i->deleteValue(); in processConstant()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2916 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 DBlockGenerators.cpp231 NewInst->deleteValue(); in copyInstScalar()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1034 DummyArg->deleteValue(); in create()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp466 U->deleteValue(); in cleanup()

12