Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DIROutliner.cpp469 DenseMap<unsigned, Constant *> &GVNToConstant) { in constantMatches() argument
482 GVNToConstant.insert(std::make_pair(GVN, CST)); in constantMatches()
555 DenseMap<unsigned, Constant *> &GVNToConstant, in collectRegionsConstants() argument
582 constantMatches(V, GVN, GVNToConstant); in collectRegionsConstants()
593 if (GVNToConstant.find(GVN) != GVNToConstant.end()) in collectRegionsConstants()
604 DenseMap<unsigned, Constant *> GVNToConstant; in findSameConstants() local
607 collectRegionsConstants(*Region, GVNToConstant, NotSame); in findSameConstants()