/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-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 148 void verifyRemoved(const Value *) const; 278 void verifyRemoved(const Instruction *I) const;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | GVN.cpp | 112 void verifyRemoved(const Value *) const; 431 void ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in ValueTable 553 void verifyRemoved(const Instruction *I) const; 2206 DEBUG(verifyRemoved(*I)); in processBlock() 2332 DEBUG(verifyRemoved(PREInstr)); in performPRE() 2379 DEBUG(verifyRemoved(CurInst)); in performPRE() 2432 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN 2433 VN.verifyRemoved(Inst); in verifyRemoved()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 435 void verifyRemoved(Instruction *Inst) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 617 void GVN::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVN::ValueTable 2114 LLVM_DEBUG(verifyRemoved(I)); in processBlock() 2296 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE() 2337 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE() 2472 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN 2473 VN.verifyRemoved(Inst); in verifyRemoved()
|
/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/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 467 void verifyRemoved(Instruction *Inst) const;
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 502 void verifyRemoved(Instruction *Inst) const;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 1426 DEBUG(verifyRemoved(RemInst)); in removeInstruction() 1430 void MemoryDependenceAnalysis::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceAnalysis
|
/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-7.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 1681 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction() 1688 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults
|