| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | PromoteMemoryToRegister.cpp | 225 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anonb6e2acda0111::LargeBlockInfo 419 LBI.deleteValue(LI); in rewriteSingleStoreAlloca() 432 LBI.deleteValue(DII); in rewriteSingleStoreAlloca() 436 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca() 439 LBI.deleteValue(AI); in rewriteSingleStoreAlloca() 522 LBI.deleteValue(LI); in promoteSingleBlockAlloca() 534 LBI.deleteValue(SI); in promoteSingleBlockAlloca() 538 LBI.deleteValue(AI); in promoteSingleBlockAlloca() 543 LBI.deleteValue(DII); in promoteSingleBlockAlloca()
|
| H A D | LoopRotationUtils.cpp | 351 C->deleteValue(); in rotateLoop() 364 C->deleteValue(); in rotateLoop()
|
| H A D | CloneFunction.cpp | 343 NewInst->deleteValue(); in CloneBlock()
|
| H A D | SimplifyCFG.cpp | 2238 N->deleteValue(); // Instruction folded away, don't need actual inst in FoldCondBranchOnPHI()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | ValueList.cpp | 93 PrevVal->deleteValue(); in assignValue() 214 Placeholder->deleteValue(); in resolveConstantForwardRefs()
|
| H A D | BitcodeReader.cpp | 4673 I->deleteValue(); in parseFunctionBody() 4677 I->deleteValue(); in parseFunctionBody()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Value.h | 219 void deleteValue(); 659 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
|
| H A D | Instruction.h | 760 V->deleteValue();
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 524 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue() function in AliasSetTracker 684 AST->deleteValue(getValPtr()); in deleted()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 399 void deleteValue(Value *PtrVal);
|
| H A D | MemorySSA.h | 230 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1305 AST->deleteValue(&I); in eraseInstruction() 1689 AST.deleteValue(I); in instructionDeleted() 2038 ASTIt->second->deleteValue(V); in deleteAnalysisValue()
|
| H A D | StraightLineStrengthReduce.cpp | 733 UnlinkedInst->deleteValue(); in runOnFunction()
|
| H A D | NewGVN.cpp | 2816 ValueOp->deleteValue(); in makePossiblePHIOfOps() 2968 I->deleteValue(); in cleanupTables()
|
| H A D | Reassociate.cpp | 1598 DummyInst->deleteValue(); in OptimizeAdd()
|
| H A D | JumpThreading.cpp | 2319 New->deleteValue(); in DuplicateCondBranchOnPHIIntoPred()
|
| H A D | GVN.cpp | 2268 PREInstr->deleteValue(); in performScalarPRE()
|
| H A D | SROA.cpp | 2542 Placeholder->deleteValue(); in visitLoadInst()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Value.cpp | 98 void Value::deleteValue() { in deleteValue() function in Value
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2745 P.second.first->deleteValue(); in ~PerFunctionState() 2753 P.second.first->deleteValue(); in ~PerFunctionState() 2872 Sentinel->deleteValue(); in SetInstName() 2889 Sentinel->deleteValue(); in SetInstName()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 449 U->deleteValue(); in cleanup()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 473 I->deleteValue(); in runOnFunction()
|