reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/NewGVN.cpp
  938   ExpressionAllocator.Deallocate(E);
  987   auto *E = new (ExpressionAllocator) PHIExpression(NumOps, PHIBlock);
  989   E->allocateOperands(ArgRecycler, ExpressionAllocator);
 1024   E->allocateOperands(ArgRecycler, ExpressionAllocator);
 1040   auto *E = new (ExpressionAllocator) BasicExpression(2);
 1044   E->allocateOperands(ArgRecycler, ExpressionAllocator);
 1124   auto *E = new (ExpressionAllocator) BasicExpression(I->getNumOperands());
 1203     auto *E = new (ExpressionAllocator)
 1206     E->allocateIntOperands(ExpressionAllocator);
 1210     auto *E = new (ExpressionAllocator)
 1213     E->allocateIntOperands(ExpressionAllocator);
 1227   auto *E = new (ExpressionAllocator) VariableExpression(V);
 1239   auto *E = new (ExpressionAllocator) ConstantExpression(C);
 1245   auto *E = new (ExpressionAllocator) UnknownExpression(I);
 1254       new (ExpressionAllocator) CallExpression(CI->getNumOperands(), CI, MA);
 1329       new (ExpressionAllocator) LoadExpression(1, LI, lookupMemoryLeader(MA));
 1330   E->allocateOperands(ArgRecycler, ExpressionAllocator);
 1348   auto *E = new (ExpressionAllocator)
 1350   E->allocateOperands(ArgRecycler, ExpressionAllocator);
 2946   ArgRecycler.clear(ExpressionAllocator);
 2947   ExpressionAllocator.Reset();
 3410   SingletonDeadExpression = new (ExpressionAllocator) DeadExpression();