Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp501 mutable BumpPtrAllocator ExpressionAllocator; member in __anonb04f3f7e0211::NewGVN
968 ExpressionAllocator.Deallocate(E); in deleteExpression()
1019 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createPHIExpression()
1054 E->allocateOperands(ArgRecycler, ExpressionAllocator); in setBasicExpressionInfo()
1227 auto *E = new (ExpressionAllocator) in createAggregateValueExpression()
1230 E->allocateIntOperands(ExpressionAllocator); in createAggregateValueExpression()
1234 auto *E = new (ExpressionAllocator) in createAggregateValueExpression()
1237 E->allocateIntOperands(ExpressionAllocator); in createAggregateValueExpression()
1378 auto *E = new (ExpressionAllocator) in createStoreExpression()
2962 ArgRecycler.clear(ExpressionAllocator); in cleanupTables()
[all …]