Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp227 DenseMap<unsigned, Constant *> &GVNToConstant) { in constantMatches() argument
240 GVNToConstant.insert(std::make_pair(GVN, CST)); in constantMatches()
294 DenseMap<unsigned, Constant *> &GVNToConstant, in collectRegionsConstants() argument
320 Optional<bool> ConstantMatches = constantMatches(V, GVN, GVNToConstant); in collectRegionsConstants()
331 if (GVNToConstant.find(GVN) != GVNToConstant.end()) in collectRegionsConstants()
342 DenseMap<unsigned, Constant *> GVNToConstant; in findSameConstants() local
345 collectRegionsConstants(*Region, GVNToConstant, NotSame); in findSameConstants()