Searched refs:GVN (Results 1 – 2 of 2) sorted by relevance
188 std::optional<unsigned> GVN = Candidate->getGVN(V); in findCorrespondingValueIn() local189 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() argument477 GVNToConstant.insert(std::make_pair(GVN, CST)); in constantMatches()563 unsigned GVN = *GVNOpt; in collectRegionsConstants() local566 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 …]
1836 SRCS_MIN+= Transforms/Scalar/GVN.cpp