Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp50 PrevVal->deleteValue(); in assignValue()
H A DBitcodeReader.cpp5631 I->deleteValue(); in parseFunctionBody()
5786 I->deleteValue(); in parseFunctionBody()
5810 PN->deleteValue(); in parseFunctionBody()
5819 PN->deleteValue(); in parseFunctionBody()
5853 PN->deleteValue(); in parseFunctionBody()
6449 I->deleteValue(); in parseFunctionBody()
6517 I->deleteValue(); in parseFunctionBody()
6521 I->deleteValue(); in parseFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp338 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anon1dd4706b0111::LargeBlockInfo
563 LBI.deleteValue(LI); in rewriteSingleStoreAlloca()
595 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca()
678 LBI.deleteValue(LI); in promoteSingleBlockAlloca()
700 LBI.deleteValue(SI); in promoteSingleBlockAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h229 void deleteValue();
870 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
H A DInstruction.h1010 V->deleteValue();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp707 UnlinkedInst->deleteValue(); in runOnFunction()
H A DReassociate.cpp1764 DummyInst->deleteValue(); in OptimizeAdd()
H A DGVN.cpp2984 PREInstr->deleteValue(); in performScalarPRE()
H A DNewGVN.cpp2958 I->deleteValue(); in cleanupTables()
H A DSROA.cpp2997 Placeholder->deleteValue(); in visitLoadInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h791 bool deleteValue(dwarf::Attribute Attribute) { in deleteValue() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h237 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp110 void Value::deleteValue() { in deleteValue() function in Value
H A DCore.cpp2775 unwrap<Instruction>(Inst)->deleteValue(); in LLVMDeleteInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3366 P.second.first->deleteValue(); in ~PerFunctionState()
3374 P.second.first->deleteValue(); in ~PerFunctionState()
3499 Sentinel->deleteValue(); in setInstName()
3517 Sentinel->deleteValue(); in setInstName()
7635 CI->deleteValue(); in parseCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1123 DummyArg->deleteValue(); in create()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp466 U->deleteValue(); in cleanup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp703 I->deleteValue(); in _run()