Lines Matching refs:ExpressionAllocator
501 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()
1238 auto *E = new (ExpressionAllocator) in createAggregateValueExpression()
1241 E->allocateIntOperands(ExpressionAllocator); in createAggregateValueExpression()
1255 auto *E = new (ExpressionAllocator) VariableExpression(V); in createVariableExpression()
1267 auto *E = new (ExpressionAllocator) ConstantExpression(C); in createConstantExpression()
1273 auto *E = new (ExpressionAllocator) UnknownExpression(I); in createUnknownExpression()
1282 new (ExpressionAllocator) CallExpression(CI->getNumOperands(), CI, MA); in createCallExpression()
1365 new (ExpressionAllocator) LoadExpression(1, LI, lookupMemoryLeader(MA)); in createLoadExpression()
1366 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createLoadExpression()
1382 auto *E = new (ExpressionAllocator) in createStoreExpression()
1384 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createStoreExpression()
2962 ArgRecycler.clear(ExpressionAllocator); in cleanupTables()
2963 ExpressionAllocator.Reset(); in cleanupTables()
3433 SingletonDeadExpression = new (ExpressionAllocator) DeadExpression(); in runGVN()