Searched defs:verifyRemoved (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1426 DEBUG(verifyRemoved(RemInst));
1428 /// verifyRemoved - Verify that the specified instruction does not occur
1430 void MemoryDependenceAnalysis::verifyRemoved(Instruction *D) const { function in class:MemoryDependenceAnalysis
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1612 DEBUG(verifyRemoved(RemInst));
1619 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { function in class:MemoryDependenceResults
/external/llvm/lib/Transforms/Utils/
H A DMemorySSA.cpp150 void verifyRemoved(MemoryAccess *);
1044 verifyRemoved(MA);
1335 void MemorySSA::CachingWalker::verifyRemoved(MemoryAccess *MA) { function in class:MemorySSA::CachingWalker
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DGVN.cpp112 void verifyRemoved(const Value *) const;
429 /// verifyRemoved - Verify that the value is removed from all internal data
431 void ValueTable::verifyRemoved(const Value *V) const { function in class:ValueTable
553 void verifyRemoved(const Instruction *I) const;
2206 DEBUG(verifyRemoved(*I));
2332 DEBUG(verifyRemoved(PREInstr));
2379 DEBUG(verifyRemoved(CurInst));
2430 /// verifyRemoved - Verify that the specified instruction does not occur in our
2432 void GVN::verifyRemoved(const Instruction *Inst) const { function in class:GVN
2433 VN.verifyRemoved(Ins
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp573 /// verifyRemoved - Verify that the value is removed from all internal data
575 void GVN::ValueTable::verifyRemoved(const Value *V) const { function in class:GVN::ValueTable
2280 DEBUG(verifyRemoved(*I));
2425 DEBUG(verifyRemoved(PREInstr));
2460 DEBUG(verifyRemoved(CurInst));
2551 void GVN::verifyRemoved(const Instruction *Inst) const { function in class:GVN
2552 VN.verifyRemoved(Inst);

Completed in 151 milliseconds