Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp217 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anon7f69c9690111::LargeBlockInfo
413 LBI.deleteValue(LI); in rewriteSingleStoreAlloca()
433 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca()
517 LBI.deleteValue(LI); in promoteSingleBlockAlloca()
531 LBI.deleteValue(SI); in promoteSingleBlockAlloca()
H A DLoopRotationUtils.cpp446 C->deleteValue(); in rotateLoop()
459 C->deleteValue(); in rotateLoop()
H A DCloneFunction.cpp403 NewInst->deleteValue(); in CloneBlock()
H A DSimplifyCFG.cpp2679 N->deleteValue(); // Instruction folded away, don't need actual inst in FoldCondBranchOnPHI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp89 PrevVal->deleteValue(); in assignValue()
H A DBitcodeReader.cpp5398 I->deleteValue(); in parseFunctionBody()
5402 I->deleteValue(); in parseFunctionBody()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h230 void deleteValue();
848 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
H A DInstruction.h873 V->deleteValue();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp545 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue() function in AliasSetTracker
708 AST->deleteValue(getValPtr()); in deleted()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h403 void deleteValue(Value *PtrVal);
H A DMemorySSA.h235 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp752 UnlinkedInst->deleteValue(); in runOnFunction()
H A DLICM.cpp1551 AST->deleteValue(&I); in eraseInstruction()
1973 AST->deleteValue(I); in instructionDeleted()
H A DNewGVN.cpp2764 ValueOp->deleteValue(); in makePossiblePHIOfOps()
2923 I->deleteValue(); in cleanupTables()
H A DReassociate.cpp1723 DummyInst->deleteValue(); in OptimizeAdd()
H A DJumpThreading.cpp2686 New->deleteValue(); in duplicateCondBranchOnPHIIntoPred()
H A DGVN.cpp2746 PREInstr->deleteValue(); in performScalarPRE()
H A DSROA.cpp2608 Placeholder->deleteValue(); in visitLoadInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp110 void Value::deleteValue() { in deleteValue() function in Value
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2773 P.second.first->deleteValue(); in ~PerFunctionState()
2781 P.second.first->deleteValue(); in ~PerFunctionState()
2901 Sentinel->deleteValue(); in setInstName()
2919 Sentinel->deleteValue(); in setInstName()
7065 CI->deleteValue(); in parseCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp468 U->deleteValue(); in cleanup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp553 I->deleteValue(); in runOnFunction()