Searched refs:verifyRemoved (Results 1 – 4 of 4) sorted by relevance
209 void verifyRemoved(const Value *) const;354 void verifyRemoved(const Instruction *I) const;
628 void GVN::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVN::ValueTable2551 LLVM_DEBUG(verifyRemoved(I)); in processBlock()2746 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()2789 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE()2891 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN2892 VN.verifyRemoved(Inst); in verifyRemoved()
512 void verifyRemoved(Instruction *Inst) const;
1681 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()1688 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults