Searched refs:verifyRemoved (Results 1 – 4 of 4) sorted by relevance
214 void verifyRemoved(const Value *) const;365 void verifyRemoved(const Instruction *I) const;
507 void verifyRemoved(Instruction *Inst) const;
722 void GVNPass::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::ValueTable2982 verifyRemoved(PREInstr); in performScalarPRE()3123 verifyRemoved(I); in removeInstruction()3131 void GVNPass::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVNPass3132 VN.verifyRemoved(Inst); in verifyRemoved()
1706 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()1713 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults