Searched refs:verifyRemoved (Results 1 – 3 of 3) sorted by relevance
134 void verifyRemoved(const Value *) const;492 void ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in ValueTable709 void verifyRemoved(const Instruction *I) const;2403 DEBUG(verifyRemoved(*I)); in processBlock()2539 DEBUG(verifyRemoved(PREInstr)); in performPRE()2586 DEBUG(verifyRemoved(CurInst)); in performPRE()2658 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN2659 VN.verifyRemoved(Inst); in verifyRemoved()
439 void verifyRemoved(Instruction *Inst) const;
1480 DEBUG(verifyRemoved(RemInst)); in removeInstruction()1484 void MemoryDependenceAnalysis::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceAnalysis