Searched refs:verifyRemoved (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h438 /// verifyRemoved - Verify that the specified instruction does not occur
440 void verifyRemoved(Instruction *Inst) const;
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp135 void verifyRemoved(const Value *) const;
491 /// verifyRemoved - Verify that the value is removed from all internal data
493 void ValueTable::verifyRemoved(const Value *V) const { function in class:ValueTable
710 void verifyRemoved(const Instruction *I) const;
2424 DEBUG(verifyRemoved(*I));
2557 DEBUG(verifyRemoved(PREInstr));
2604 DEBUG(verifyRemoved(CurInst));
2673 /// verifyRemoved - Verify that the specified instruction does not occur in our
2675 void GVN::verifyRemoved(const Instruction *Inst) const { function in class:GVN
2676 VN.verifyRemoved(Ins
[all...]
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1484 DEBUG(verifyRemoved(RemInst));
1486 /// verifyRemoved - Verify that the specified instruction does not occur
1488 void MemoryDependenceAnalysis::verifyRemoved(Instruction *D) const { function in class:MemoryDependenceAnalysis

Completed in 133 milliseconds