Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp217 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anon5f639bcd0111::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()
DLoopRotationUtils.cpp446 C->deleteValue(); in rotateLoop()
459 C->deleteValue(); in rotateLoop()
DCloneFunction.cpp403 NewInst->deleteValue(); in CloneBlock()
DSimplifyCFG.cpp2679 N->deleteValue(); // Instruction folded away, don't need actual inst in FoldCondBranchOnPHI()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DValueList.cpp89 PrevVal->deleteValue(); in assignValue()
DBitcodeReader.cpp5398 I->deleteValue(); in parseFunctionBody()
5402 I->deleteValue(); in parseFunctionBody()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DValue.h230 void deleteValue();
848 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
DInstruction.h873 V->deleteValue();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DAliasSetTracker.cpp545 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue() function in AliasSetTracker
708 AST->deleteValue(getValPtr()); in deleted()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DAliasSetTracker.h403 void deleteValue(Value *PtrVal);
DMemorySSA.h235 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp752 UnlinkedInst->deleteValue(); in runOnFunction()
DLICM.cpp1551 AST->deleteValue(&I); in eraseInstruction()
1973 AST->deleteValue(I); in instructionDeleted()
DNewGVN.cpp2764 ValueOp->deleteValue(); in makePossiblePHIOfOps()
2923 I->deleteValue(); in cleanupTables()
DReassociate.cpp1723 DummyInst->deleteValue(); in OptimizeAdd()
DJumpThreading.cpp2686 New->deleteValue(); in duplicateCondBranchOnPHIIntoPred()
DGVN.cpp2746 PREInstr->deleteValue(); in performScalarPRE()
DSROA.cpp2608 Placeholder->deleteValue(); in visitLoadInst()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DValue.cpp110 void Value::deleteValue() { in deleteValue() function in Value
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
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-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp468 U->deleteValue(); in cleanup()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp553 I->deleteValue(); in runOnFunction()