Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp501 mutable BumpPtrAllocator ExpressionAllocator; member in __anonb3555ec80211::NewGVN
972 ExpressionAllocator.Deallocate(E); in deleteExpression()
1021 auto *E = new (ExpressionAllocator) PHIExpression(NumOps, PHIBlock); in createPHIExpression()
1023 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createPHIExpression()
1058 E->allocateOperands(ArgRecycler, ExpressionAllocator); in setBasicExpressionInfo()
1074 auto *E = new (ExpressionAllocator) BasicExpression(2); in createBinaryExpression()
1081 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createBinaryExpression()
1148 auto *E = new (ExpressionAllocator) BasicExpression(I->getNumOperands()); in createExpression()
1231 auto *E = new (ExpressionAllocator) in createAggregateValueExpression()
1234 E->allocateIntOperands(ExpressionAllocator); in createAggregateValueExpression()
[all …]