Searched refs:verifyRemoved (Results 1 – 4 of 4) sorted by relevance
214 void verifyRemoved(const Value *) const;289 void verifyRemoved(const Value *Inst) const;374 void verifyRemoved(const Instruction *I) const;
723 void GVNPass::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::ValueTable778 void GVNPass::LeaderMap::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::LeaderMap3054 verifyRemoved(PREInstr); in performScalarPRE()3194 verifyRemoved(I); in removeInstruction()3202 void GVNPass::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVNPass3203 VN.verifyRemoved(Inst); in verifyRemoved()3204 LeaderTable.verifyRemoved(Inst); in verifyRemoved()
507 void verifyRemoved(Instruction *Inst) const;
1706 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()1713 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults