Home
last modified time | relevance | path

Searched refs:NewGVN (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp491 class NewGVN { class
658 NewGVN(Function &F, DominatorTree *DT, AssumptionCache *AC, in NewGVN() function in __anon26d0ef920311::NewGVN
893 bool NewGVN::isBackedge(BasicBlock *From, BasicBlock *To) const { in isBackedge()
906 MemoryUseOrDef *NewGVN::getMemoryAccess(const Instruction *I) const { in getMemoryAccess()
912 MemoryPhi *NewGVN::getMemoryAccess(const BasicBlock *BB) const { in getMemoryAccess()
917 BasicBlock *NewGVN::getBlockForValue(Value *V) const { in getBlockForValue()
935 void NewGVN::deleteExpression(const Expression *E) const { in deleteExpression()
963 void NewGVN::sortPHIOps(MutableArrayRef<ValPair> Ops) const { in sortPHIOps()
982 PHIExpression *NewGVN::createPHIExpression(ArrayRef<ValPair> PHIOperands, in createPHIExpression()
1018 bool NewGVN::setBasicExpressionInfo(Instruction *I, BasicExpression *E) const { in setBasicExpressionInfo()
[all …]
DCMakeLists.txt57 NewGVN.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h162 bool NewGVN; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp165 NewGVN = RunNewGVN; in PassManagerBuilder()
429 MPM.add(NewGVN ? createNewGVNPass() in addFunctionSimplificationPasses()
962 PM.add(NewGVN ? createNewGVNPass() in addLTOOptimizationPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp759 "llvm/lib/Transforms/Scalar/NewGVN.cpp",
DBUILD.gn988 "llvm/lib/Transforms/Scalar/NewGVN.cpp",
DCMakeLists.txt763 ${LLVM_DIR}/lib/Transforms/Scalar/NewGVN.cpp