Searched refs:verifyRemoved (Results 1 – 4 of 4) sorted by relevance
214 void verifyRemoved(const Value *) const;358 void verifyRemoved(const Instruction *I) const;
506 void verifyRemoved(Instruction *Inst) const;
710 void GVNPass::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::ValueTable2675 LLVM_DEBUG(verifyRemoved(I)); in processBlock()2858 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()2901 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE()3003 void GVNPass::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVNPass3004 VN.verifyRemoved(Inst); in verifyRemoved()
1669 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()1676 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults