Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp188 std::optional<unsigned> GVN = Candidate->getGVN(V); in findCorrespondingValueIn() local
189 assert(GVN && "No GVN for incoming value"); in findCorrespondingValueIn()
190 std::optional<unsigned> CanonNum = Candidate->getCanonicalNum(*GVN); in findCorrespondingValueIn()
463 constantMatches(Value *V, unsigned GVN, in constantMatches() argument
477 GVNToConstant.insert(std::make_pair(GVN, CST)); in constantMatches()
563 unsigned GVN = *GVNOpt; in collectRegionsConstants() local
566 if (NotSame.contains(GVN)) { in collectRegionsConstants()
577 constantMatches(V, GVN, GVNToConstant); in collectRegionsConstants()
588 if (GVNToConstant.contains(GVN)) in collectRegionsConstants()
591 NotSame.insert(GVN); in collectRegionsConstants()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1836 SRCS_MIN+= Transforms/Scalar/GVN.cpp