| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | ValueList.cpp | 51 PrevVal->deleteValue(); in assignValue()
|
| H A D | BitcodeReader.cpp | 5585 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 D | PromoteMemoryToRegister.cpp | 287 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 D | LoopRotationUtils.cpp | 447 C->deleteValue(); in rotateLoop() 460 C->deleteValue(); in rotateLoop()
|
| H A D | CloneFunction.cpp | 529 NewInst->deleteValue(); in CloneBlock()
|
| H A D | SimplifyCFG.cpp | 3242 N->deleteValue(); // Instruction folded away, don't need actual inst in FoldCondBranchOnValueKnownInPredecessorImpl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Value.h | 229 void deleteValue(); 853 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
|
| H A D | Instruction.h | 895 V->deleteValue();
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AliasAnalysis.rst | 329 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 D | StraightLineStrengthReduce.cpp | 743 UnlinkedInst->deleteValue(); in runOnFunction()
|
| H A D | NewGVN.cpp | 2794 ValueOp->deleteValue(); in makePossiblePHIOfOps() 2952 I->deleteValue(); in cleanupTables()
|
| H A D | Reassociate.cpp | 1727 DummyInst->deleteValue(); in OptimizeAdd()
|
| H A D | JumpThreading.cpp | 2710 New->deleteValue(); in duplicateCondBranchOnPHIIntoPred()
|
| H A D | GVN.cpp | 2859 PREInstr->deleteValue(); in performScalarPRE()
|
| H A D | SROA.cpp | 2861 Placeholder->deleteValue(); in visitLoadInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Value.cpp | 109 void Value::deleteValue() { in deleteValue() function in Value
|
| H A D | Core.cpp | 2763 unwrap<Instruction>(Inst)->deleteValue(); in LLVMDeleteInstruction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | MemorySSA.h | 237 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3182 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 D | CoroSplit.cpp | 1048 DummyArg->deleteValue(); in create()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 466 U->deleteValue(); in cleanup()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 629 I->deleteValue(); in runOnFunction()
|