/external/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 104 void verifyRemoved(const Value *) const; 216 void verifyRemoved(const Instruction *I) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 151 void verifyRemoved(const Value *) const; 284 void verifyRemoved(const Instruction *I) const;
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 208 void verifyRemoved(const Value *) const; 341 void verifyRemoved(const Instruction *I) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 602 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/ |
D | MemoryDependenceAnalysis.h | 467 void verifyRemoved(Instruction *Inst) const;
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 490 void verifyRemoved(Instruction *Inst) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 504 void verifyRemoved(Instruction *Inst) const;
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 150 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/ |
D | GVN.cpp | 575 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/ |
D | GVN.cpp | 622 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/ |
D | MemoryDependenceAnalysis.cpp | 1612 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/ |
D | MemoryDependenceAnalysis.cpp | 1698 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction() 1705 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 1688 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction() 1695 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults
|