Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp502 mutable ArrayRecycler<Value *> ArgRecycler; member in __anonc9d17a0b0311::NewGVN
936 const_cast<BasicExpression *>(BE)->deallocateOperands(ArgRecycler); in deleteExpression()
989 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createPHIExpression()
1024 E->allocateOperands(ArgRecycler, ExpressionAllocator); in setBasicExpressionInfo()
1044 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createBinaryExpression()
1326 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createLoadExpression()
1346 E->allocateOperands(ArgRecycler, ExpressionAllocator); in createStoreExpression()
2969 ArgRecycler.clear(ExpressionAllocator); in cleanupTables()