Home
last modified time | relevance | path

Searched refs:verifyRemoved (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h241 LLVM_ABI void verifyRemoved(const Value *) const;
316 LLVM_ABI void verifyRemoved(const Value *Inst) const;
400 void verifyRemoved(const Instruction *I) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h506 void verifyRemoved(Instruction *Inst) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp784 void GVNPass::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::ValueTable
839 void GVNPass::LeaderMap::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::LeaderMap
3085 verifyRemoved(PREInstr); in performScalarPRE()
3225 verifyRemoved(I); in removeInstruction()
3233 void GVNPass::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVNPass
3234 VN.verifyRemoved(Inst); in verifyRemoved()
3235 LeaderTable.verifyRemoved(Inst); in verifyRemoved()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1649 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1656 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19940 …13verifyRemovedEPNS_11InstructionE", "llvm::MemoryDependenceAnalysis::verifyRemoved(llvm::Instruct…