/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.cpp | 50 PrevVal->deleteValue(); in assignValue()
|
H A D | BitcodeReader.cpp | 5808 I->deleteValue(); in parseFunctionBody() 5963 I->deleteValue(); in parseFunctionBody() 5987 PN->deleteValue(); in parseFunctionBody() 5996 PN->deleteValue(); in parseFunctionBody() 6030 PN->deleteValue(); in parseFunctionBody() 6716 I->deleteValue(); in parseFunctionBody() 6784 I->deleteValue(); in parseFunctionBody() 6788 I->deleteValue(); in parseFunctionBody()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 340 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anon4233e3b50111::LargeBlockInfo 582 LBI.deleteValue(LI); in rewriteSingleStoreAlloca() 614 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca() 697 LBI.deleteValue(LI); in promoteSingleBlockAlloca() 719 LBI.deleteValue(SI); in promoteSingleBlockAlloca()
|
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | Tracker.cpp | 71 IData.LLVMI->deleteValue(); in accept()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Value.h | 221 /// deleteValue. 222 ~Value(); // Use deleteValue() to delete a generic Value. 229 void deleteValue(); 870 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in set()
|
H A D | Instruction.h | 1042 V->deleteValue();
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 705 UnlinkedInst->deleteValue(); in runOnFunction()
|
H A D | Reassociate.cpp | 1681 DummyInst->deleteValue(); in OptimizeAdd()
|
H A D | GVN.cpp | 3056 PREInstr->deleteValue(); in performScalarPRE()
|
H A D | NewGVN.cpp | 2958 I->deleteValue(); in cleanupTables()
|
H A D | SROA.cpp | 2957 Placeholder->deleteValue(); in visitLoadInst()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 791 bool deleteValue(dwarf::Attribute Attribute) { in deleteValue() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 238 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 110 void Value::deleteValue() { in deleteValue() function in Value
|
H A D | Core.cpp | 2934 unwrap<Instruction>(Inst)->deleteValue(); in LLVMDeleteInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3564 P.second.first->deleteValue(); in ~PerFunctionState() 3572 P.second.first->deleteValue(); in ~PerFunctionState() 3697 Sentinel->deleteValue(); in setInstName() 3715 Sentinel->deleteValue(); in setInstName() 8070 CI->deleteValue(); in parseCall() 8080 CI->deleteValue(); in parseCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 993 OffDbg->deleteValue(); in killAndReplaceSplitInstructions()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1126 DummyArg->deleteValue(); in create()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 466 U->deleteValue(); in cleanup()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 703 I->deleteValue(); in _run()
|