Searched refs:Leaves (Results 1 – 1 of 1) sorted by relevance
471 LeafMap Leaves; // Leaf -> Total weight so far. in LinearizeExprTree() local497 LeafMap::iterator It = Leaves.find(Op); in LinearizeExprTree()498 if (It == Leaves.end()) { in LinearizeExprTree()506 Leaves[Op] = Weight; in LinearizeExprTree()510 } else if (It != Leaves.end()) { in LinearizeExprTree()531 Leaves.erase(It); in LinearizeExprTree()543 Leaves.erase(It); // Since the value may be morphed below. in LinearizeExprTree()575 Leaves[Op] = Weight; in LinearizeExprTree()583 LeafMap::iterator It = Leaves.find(V); in LinearizeExprTree()584 if (It == Leaves.end()) in LinearizeExprTree()