Searched refs:copyReducible (Results 1 – 13 of 13) sorted by relevance
79 DagNode* copyReducible();613 DagNode::copyReducible() in copyReducible() function in DagNode623 DagNode* d = copyReducible(); in copyAndReduce()
2905 (copyReducible): added; this will be used in preference to
173 args[a] = args[a]->copyReducible(); in eqRewrite()233 args[a] = args[a]->copyReducible(); in memoStrategy()
190 argArray[argNr] : argArray[argNr]->copyReducible(); in collapseTo()
180 argArray[0].dagNode : argArray[0].dagNode->copyReducible(); in eliminateArgument()
71 arg : arg->copyReducible(); in collapse()
4498 * ACU_DagNode.cc (eliminateArgument): use copyReducible()4501 (copyWithReplacement): use copyReducible()4504 (partialReplace): use copyReducible()4507 (partialConstruct): use copyReducible()4511 * ACU_Symbol.cc (copyAndReduceSubterms): use copyReducible()
192 s->arg->copyReducible(); in eqRewrite()243 s->arg->copyReducible(); in memoStrategy()
155 argArray[0] : argArray[0]->copyReducible(); in normalizeAtTop()
247 clearCopyPointers() replaced by copyReducible()
205 args[a] = args[a]->copyReducible(); in complexStrategy()257 args[a] = args[a]->copyReducible(); in memoStrategy()
3995 clearCopyPointers() replaced by copyReducible() (twice)
5612 * rewritingContext.hh (copyProblemBindings): use copyReducible