Lines Matching refs:ExpressionAllocator

504   mutable BumpPtrAllocator ExpressionAllocator;  member in __anonf7cb05f80211::NewGVN
974 ExpressionAllocator.Deallocate(E); in deleteExpression()
1023 auto *E = new (ExpressionAllocator) PHIExpression(NumOps, PHIBlock); in createPHIExpression()
1025 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createPHIExpression()
1060 E->allocateOperands(ArgRecycler, ExpressionAllocator); in setBasicExpressionInfo()
1076 auto *E = new (ExpressionAllocator) BasicExpression(2); in createBinaryExpression()
1083 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createBinaryExpression()
1150 auto *E = new (ExpressionAllocator) BasicExpression(I->getNumOperands()); in createExpression()
1234 auto *E = new (ExpressionAllocator) in createAggregateValueExpression()
1237 E->allocateIntOperands(ExpressionAllocator); in createAggregateValueExpression()
1241 auto *E = new (ExpressionAllocator) in createAggregateValueExpression()
1244 E->allocateIntOperands(ExpressionAllocator); in createAggregateValueExpression()
1258 auto *E = new (ExpressionAllocator) VariableExpression(V); in createVariableExpression()
1270 auto *E = new (ExpressionAllocator) ConstantExpression(C); in createConstantExpression()
1276 auto *E = new (ExpressionAllocator) UnknownExpression(I); in createUnknownExpression()
1286 new (ExpressionAllocator) CallExpression(CI->getNumOperands(), CI, MA); in createCallExpression()
1361 new (ExpressionAllocator) LoadExpression(1, LI, lookupMemoryLeader(MA)); in createLoadExpression()
1362 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createLoadExpression()
1378 auto *E = new (ExpressionAllocator) in createStoreExpression()
1380 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createStoreExpression()
2959 ArgRecycler.clear(ExpressionAllocator); in cleanupTables()
2960 ExpressionAllocator.Reset(); in cleanupTables()
3426 SingletonDeadExpression = new (ExpressionAllocator) DeadExpression(); in runGVN()