Home
last modified time | relevance | path

Searched refs:GVNExpression (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp89 namespace GVNExpression { namespace
350 class InstructionUseExpr : public GVNExpression::BasicExpression {
357 : GVNExpression::BasicExpression(I->getNumUses()) { in InstructionUseExpr()
371 return hash_combine(GVNExpression::BasicExpression::getHashValue(), in getHashValue()
386 DenseMap<GVNExpression::Expression *, uint32_t> ExpressionNumbering;
DNewGVN.cpp124 using namespace llvm::GVNExpression;
163 namespace GVNExpression { namespace
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h41 namespace GVNExpression {