Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DValueList.cpp51 PrevVal->deleteValue(); in assignValue()
H A DBitcodeReader.cpp5585 I->deleteValue(); in parseFunctionBody()
5742 I->deleteValue(); in parseFunctionBody()
5766 PN->deleteValue(); in parseFunctionBody()
5775 PN->deleteValue(); in parseFunctionBody()
5809 PN->deleteValue(); in parseFunctionBody()
6402 I->deleteValue(); in parseFunctionBody()
6470 I->deleteValue(); in parseFunctionBody()
6474 I->deleteValue(); in parseFunctionBody()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp287 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anon72cd17cc0111::LargeBlockInfo
494 LBI.deleteValue(LI); in rewriteSingleStoreAlloca()
521 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca()
603 LBI.deleteValue(LI); in promoteSingleBlockAlloca()
619 LBI.deleteValue(SI); in promoteSingleBlockAlloca()
H A DLoopRotationUtils.cpp447 C->deleteValue(); in rotateLoop()
460 C->deleteValue(); in rotateLoop()
H A DCloneFunction.cpp529 NewInst->deleteValue(); in CloneBlock()
H A DSimplifyCFG.cpp3242 N->deleteValue(); // Instruction folded away, don't need actual inst in FoldCondBranchOnValueKnownInPredecessorImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h229 void deleteValue();
853 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
H A DInstruction.h895 V->deleteValue();
/openbsd-src/gnu/llvm/llvm/docs/
H A DAliasAnalysis.rst329 The ``deleteValue`` method
332 The ``deleteValue`` method is called by transformations when they remove an
395 ``deleteValue`` and ``copyValue`` methods which are intended to allow a pass to
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp743 UnlinkedInst->deleteValue(); in runOnFunction()
H A DNewGVN.cpp2794 ValueOp->deleteValue(); in makePossiblePHIOfOps()
2952 I->deleteValue(); in cleanupTables()
H A DReassociate.cpp1727 DummyInst->deleteValue(); in OptimizeAdd()
H A DJumpThreading.cpp2710 New->deleteValue(); in duplicateCondBranchOnPHIIntoPred()
H A DGVN.cpp2859 PREInstr->deleteValue(); in performScalarPRE()
H A DSROA.cpp2861 Placeholder->deleteValue(); in visitLoadInst()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DValue.cpp109 void Value::deleteValue() { in deleteValue() function in Value
H A DCore.cpp2763 unwrap<Instruction>(Inst)->deleteValue(); in LLVMDeleteInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSA.h237 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3182 P.second.first->deleteValue(); in ~PerFunctionState()
3190 P.second.first->deleteValue(); in ~PerFunctionState()
3309 Sentinel->deleteValue(); in setInstName()
3327 Sentinel->deleteValue(); in setInstName()
7456 CI->deleteValue(); in parseCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1048 DummyArg->deleteValue(); in create()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp466 U->deleteValue(); in cleanup()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp629 I->deleteValue(); in runOnFunction()