Searched refs:verifyRemoved (Results 1 – 4 of 4) sorted by relevance
211 void verifyRemoved(const Value *) const;356 void verifyRemoved(const Instruction *I) const;
499 void verifyRemoved(Instruction *Inst) const;
627 void GVN::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVN::ValueTable2550 LLVM_DEBUG(verifyRemoved(I)); in processBlock()2745 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()2788 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE()2890 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN2891 VN.verifyRemoved(Inst); in verifyRemoved()
1680 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()1687 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults