Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp225 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anonb6e2acda0111::LargeBlockInfo
419 LBI.deleteValue(LI); in rewriteSingleStoreAlloca()
432 LBI.deleteValue(DII); in rewriteSingleStoreAlloca()
436 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca()
439 LBI.deleteValue(AI); in rewriteSingleStoreAlloca()
522 LBI.deleteValue(LI); in promoteSingleBlockAlloca()
534 LBI.deleteValue(SI); in promoteSingleBlockAlloca()
538 LBI.deleteValue(AI); in promoteSingleBlockAlloca()
543 LBI.deleteValue(DII); in promoteSingleBlockAlloca()
H A DLoopRotationUtils.cpp351 C->deleteValue(); in rotateLoop()
364 C->deleteValue(); in rotateLoop()
H A DCloneFunction.cpp343 NewInst->deleteValue(); in CloneBlock()
H A DSimplifyCFG.cpp2238 N->deleteValue(); // Instruction folded away, don't need actual inst in FoldCondBranchOnPHI()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DValueList.cpp93 PrevVal->deleteValue(); in assignValue()
214 Placeholder->deleteValue(); in resolveConstantForwardRefs()
H A DBitcodeReader.cpp4673 I->deleteValue(); in parseFunctionBody()
4677 I->deleteValue(); in parseFunctionBody()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DValue.h219 void deleteValue();
659 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
H A DInstruction.h760 V->deleteValue();
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp524 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue() function in AliasSetTracker
684 AST->deleteValue(getValPtr()); in deleted()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h399 void deleteValue(Value *PtrVal);
H A DMemorySSA.h230 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1305 AST->deleteValue(&I); in eraseInstruction()
1689 AST.deleteValue(I); in instructionDeleted()
2038 ASTIt->second->deleteValue(V); in deleteAnalysisValue()
H A DStraightLineStrengthReduce.cpp733 UnlinkedInst->deleteValue(); in runOnFunction()
H A DNewGVN.cpp2816 ValueOp->deleteValue(); in makePossiblePHIOfOps()
2968 I->deleteValue(); in cleanupTables()
H A DReassociate.cpp1598 DummyInst->deleteValue(); in OptimizeAdd()
H A DJumpThreading.cpp2319 New->deleteValue(); in DuplicateCondBranchOnPHIIntoPred()
H A DGVN.cpp2268 PREInstr->deleteValue(); in performScalarPRE()
H A DSROA.cpp2542 Placeholder->deleteValue(); in visitLoadInst()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp98 void Value::deleteValue() { in deleteValue() function in Value
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp2745 P.second.first->deleteValue(); in ~PerFunctionState()
2753 P.second.first->deleteValue(); in ~PerFunctionState()
2872 Sentinel->deleteValue(); in SetInstName()
2889 Sentinel->deleteValue(); in SetInstName()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp449 U->deleteValue(); in cleanup()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp473 I->deleteValue(); in runOnFunction()