Searched refs:verifyRemoved (Results 1 – 4 of 4) sorted by relevance
213 void verifyRemoved(const Value *) const;358 void verifyRemoved(const Instruction *I) const;
500 void verifyRemoved(Instruction *Inst) const;
684 void GVNPass::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::ValueTable2692 LLVM_DEBUG(verifyRemoved(I)); in processBlock()2882 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()2925 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE()3027 void GVNPass::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVNPass3028 VN.verifyRemoved(Inst); in verifyRemoved()
1670 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()1677 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults