Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp217 void deleteValue(const Instruction *I) { InstNumbers.erase(I); } in deleteValue() function in __anonc5af6d000111::LargeBlockInfo
413 LBI.deleteValue(LI); in rewriteSingleStoreAlloca()
433 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca()
517 LBI.deleteValue(LI); in promoteSingleBlockAlloca()
531 LBI.deleteValue(SI); in promoteSingleBlockAlloca()
H A DLoopRotationUtils.cpp446 C->deleteValue(); in rotateLoop()
459 C->deleteValue(); in rotateLoop()
H A DCloneFunction.cpp404 NewInst->deleteValue(); in CloneBlock()
H A DSimplifyCFG.cpp2660 N->deleteValue(); // Instruction folded away, don't need actual inst in FoldCondBranchOnPHI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.cpp92 PrevVal->deleteValue(); in assignValue()
H A DBitcodeReader.cpp5452 I->deleteValue(); in parseFunctionBody()
5456 I->deleteValue(); in parseFunctionBody()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h230 void deleteValue();
860 struct ValueDeleter { void operator()(Value *V) { V->deleteValue(); } }; in operator()
H A DInstruction.h854 V->deleteValue();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasSetTracker.cpp545 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue() function in AliasSetTracker
708 AST->deleteValue(getValPtr()); in deleted()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h403 void deleteValue(Value *PtrVal);
H A DMemorySSA.h235 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAliasAnalysis.rst319 The ``deleteValue`` method
322 The ``deleteValue`` method is called by transformations when they remove an
385 ``deleteValue`` and ``copyValue`` methods which are intended to allow a pass to
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp752 UnlinkedInst->deleteValue(); in runOnFunction()
H A DLICM.cpp1523 AST->deleteValue(&I); in eraseInstruction()
1941 AST->deleteValue(I); in instructionDeleted()
H A DNewGVN.cpp2764 ValueOp->deleteValue(); in makePossiblePHIOfOps()
2923 I->deleteValue(); in cleanupTables()
H A DReassociate.cpp1723 DummyInst->deleteValue(); in OptimizeAdd()
H A DGVN.cpp2747 PREInstr->deleteValue(); in performScalarPRE()
H A DJumpThreading.cpp2687 New->deleteValue(); in duplicateCondBranchOnPHIIntoPred()
H A DSROA.cpp2602 Placeholder->deleteValue(); in visitLoadInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp112 void Value::deleteValue() { in deleteValue() function in Value
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d1135 void deleteValue(string name) in deleteValue() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d1134 void deleteValue(string name) in deleteValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3102 P.second.first->deleteValue(); in ~PerFunctionState()
3110 P.second.first->deleteValue(); in ~PerFunctionState()
3230 Sentinel->deleteValue(); in setInstName()
3248 Sentinel->deleteValue(); in setInstName()
7364 CI->deleteValue(); in parseCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp468 U->deleteValue(); in cleanup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp553 I->deleteValue(); in runOnFunction()