Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp571 typedef DenseMap<Value*, APInt> LeafMap; in LinearizeExprTree() typedef
572 LeafMap Leaves; // Leaf -> Total weight so far. in LinearizeExprTree()
598 LeafMap::iterator It = Leaves.find(Op); in LinearizeExprTree()
684 LeafMap::iterator It = Leaves.find(V); in LinearizeExprTree()