Searched refs:deleteValue (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DValueList.cpp51 PrevVal->deleteValue();
H A DBitcodeReader.cpp5585 I->deleteValue();
5742 I->deleteValue();
5766 PN->deleteValue();
5775 PN->deleteValue();
5809 PN->deleteValue();
6402 I->deleteValue();
6470 I->deleteValue();
6474 I->deleteValue();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp287 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } function in class:__anon3586::LargeBlockInfo
494 LBI.deleteValue(LI);
521 LBI.deleteValue(Info.OnlyStore);
603 LBI.deleteValue(LI);
619 LBI.deleteValue(SI);
H A DLoopRotationUtils.cpp447 C->deleteValue();
460 C->deleteValue();
H A DCloneFunction.cpp529 NewInst->deleteValue();
H A DSimplifyCFG.cpp3242 N->deleteValue(); // Instruction folded away, don't need actual inst
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h221 /// deleteValue.
222 ~Value(); // Use deleteValue() to delete a generic Value.
229 void deleteValue();
853 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } };
H A DInstruction.h79 ~Instruction(); // Use deleteValue() to delete a generic Instruction.
895 V->deleteValue();
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSA.h228 // Use deleteValue() to delete a generic MemoryAccess.
237 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
292 // Use deleteValue() to delete a generic MemoryUseOrDef.
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp743 UnlinkedInst->deleteValue();
H A DNewGVN.cpp2794 ValueOp->deleteValue();
2952 I->deleteValue();
H A DJumpThreading.cpp2710 New->deleteValue();
H A DReassociate.cpp1727 DummyInst->deleteValue();
H A DGVN.cpp2859 PREInstr->deleteValue();
H A DSROA.cpp2861 Placeholder->deleteValue();
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DValue.cpp109 void Value::deleteValue() { function in class:Value
H A DCore.cpp2763 unwrap<Instruction>(Inst)->deleteValue();
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3182 P.second.first->deleteValue();
3190 P.second.first->deleteValue();
3309 Sentinel->deleteValue();
3327 Sentinel->deleteValue();
7456 CI->deleteValue();
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp466 U->deleteValue();
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1048 DummyArg->deleteValue();
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp629 I->deleteValue();

Completed in 503 milliseconds