Searched refs:NewGVN (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 489 class NewGVN { class 656 NewGVN(Function &F, DominatorTree *DT, AssumptionCache *AC, in NewGVN() function in __anon40e6ade20311::NewGVN 891 bool NewGVN::isBackedge(BasicBlock *From, BasicBlock *To) const { in isBackedge() 904 MemoryUseOrDef *NewGVN::getMemoryAccess(const Instruction *I) const { in getMemoryAccess() 910 MemoryPhi *NewGVN::getMemoryAccess(const BasicBlock *BB) const { in getMemoryAccess() 915 BasicBlock *NewGVN::getBlockForValue(Value *V) const { in getBlockForValue() 933 void NewGVN::deleteExpression(const Expression *E) const { in deleteExpression() 961 void NewGVN::sortPHIOps(MutableArrayRef<ValPair> Ops) const { in sortPHIOps() 981 PHIExpression *NewGVN::createPHIExpression(ArrayRef<ValPair> PHIOperands, in createPHIExpression() 1017 bool NewGVN::setBasicExpressionInfo(Instruction *I, BasicExpression *E) const { in setBasicExpressionInfo() [all …]
|
D | CMakeLists.txt | 52 NewGVN.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | condprop-xfail.ll | 6 ;; NewGVN takes two passes to get this, because we prune predicateinfo 58 ;; NewGVN takes two passes to get test[6,8] and test[6,8]_fp's main part
|
D | pr10820.ll | 3 ; NewGVN fails this due to missing load coercion
|
D | verify-memoryphi.ll | 2 ; in NewGVN.
|
D | pr14166.ll | 3 ; NewGVN fails this due to missing load coercion
|
D | calls-nonlocal.ll | 2 ;; NewGVN zaps the strlens, but currently takes two iterations to evaluate the conditions, because
|
D | deadstore.ll | 5 ;; NewGVN should be able to eliminate any stores of the same value that are actually redundnat.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | PassManagerBuilder.h | 151 bool NewGVN; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 164 NewGVN = RunNewGVN; in PassManagerBuilder() 382 MPM.add(NewGVN ? createNewGVNPass() in addFunctionSimplificationPasses() 841 PM.add(NewGVN ? createNewGVNPass() in addLTOOptimizationPasses()
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 910 llvm/lib/Transforms/Scalar/NewGVN.cpp \
|
D | BUILD.gn | 1166 "llvm/lib/Transforms/Scalar/NewGVN.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 1407 ${LLVM_DIR}/lib/Transforms/Scalar/NewGVN.cpp
|