Home
last modified time | relevance | path

Searched refs:verifyRemoved (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h104 void verifyRemoved(const Value *) const;
216 void verifyRemoved(const Instruction *I) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h151 void verifyRemoved(const Value *) const;
284 void verifyRemoved(const Instruction *I) const;
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DGVN.h208 void verifyRemoved(const Value *) const;
341 void verifyRemoved(const Instruction *I) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp602 void GVN::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVN::ValueTable
2211 LLVM_DEBUG(verifyRemoved(I)); in processBlock()
2400 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()
2441 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE()
2532 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN
2533 VN.verifyRemoved(Inst); in verifyRemoved()
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h467 void verifyRemoved(Instruction *Inst) const;
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h490 void verifyRemoved(Instruction *Inst) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h504 void verifyRemoved(Instruction *Inst) const;
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp150 void verifyRemoved(MemoryAccess *);
1044 verifyRemoved(MA); in invalidateInfo()
1335 void MemorySSA::CachingWalker::verifyRemoved(MemoryAccess *MA) { in verifyRemoved() function in llvm::MemorySSA::CachingWalker
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp575 void GVN::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVN::ValueTable
2280 DEBUG(verifyRemoved(*I)); in processBlock()
2425 DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()
2460 DEBUG(verifyRemoved(CurInst)); in performScalarPRE()
2551 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN
2552 VN.verifyRemoved(Inst); in verifyRemoved()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp622 void GVN::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVN::ValueTable
2399 LLVM_DEBUG(verifyRemoved(I)); in processBlock()
2592 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()
2635 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE()
2729 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN
2730 VN.verifyRemoved(Inst); in verifyRemoved()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1612 DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1619 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1698 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1705 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults
/external/llvm-project/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1688 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1695 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults