Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp501 mutable BumpPtrAllocator ExpressionAllocator; member in __anonc9d17a0b0311::NewGVN
937 ExpressionAllocator.Deallocate(E); in deleteExpression()
987 auto *E = new (ExpressionAllocator) PHIExpression(NumOps, PHIBlock); in createPHIExpression()
989 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createPHIExpression()
1024 E->allocateOperands(ArgRecycler, ExpressionAllocator); in setBasicExpressionInfo()
1040 auto *E = new (ExpressionAllocator) BasicExpression(2); in createBinaryExpression()
1044 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createBinaryExpression()
1120 auto *E = new (ExpressionAllocator) BasicExpression(I->getNumOperands()); in createExpression()
1199 auto *E = new (ExpressionAllocator) in createAggregateValueExpression()
1202 E->allocateIntOperands(ExpressionAllocator); in createAggregateValueExpression()
[all …]