Searched refs:Leaves (Results 1 – 1 of 1) sorted by relevance
572 LeafMap Leaves; // Leaf -> Total weight so far. in LinearizeExprTree() local598 LeafMap::iterator It = Leaves.find(Op); in LinearizeExprTree()599 if (It == Leaves.end()) { in LinearizeExprTree()607 Leaves[Op] = Weight; in LinearizeExprTree()611 } else if (It != Leaves.end()) { in LinearizeExprTree()632 Leaves.erase(It); in LinearizeExprTree()644 Leaves.erase(It); // Since the value may be morphed below. in LinearizeExprTree()676 Leaves[Op] = Weight; in LinearizeExprTree()684 LeafMap::iterator It = Leaves.find(V); in LinearizeExprTree()685 if (It == Leaves.end()) in LinearizeExprTree()