Searched refs:getCanonicalNum (Results 1 – 3 of 3) sorted by relevance
195 std::optional<unsigned> CanonNum = Candidate->getCanonicalNum(*GVN); in findCorrespondingValueIn()961 std::optional<unsigned> CanonicalNumberOpt = C.getCanonicalNum(InputVal); in findExtractedInputToOverallInputMapping()1209 OGVN = Cand.getCanonicalNum(GVN); in getGVNForPHINode()1238 OGVN = Cand.getCanonicalNum(GVN); in getGVNForPHINode()1251 BBGVN = Cand.getCanonicalNum(*BBGVN); in getGVNForPHINode()1388 GVN = C.getCanonicalNum(*GVN); in findExtractedOutputToOverallOutputMapping()1664 std::optional<unsigned> CanonNum = Region.Candidate->getCanonicalNum(*GVN); in findCanonNumsForPHI()
1011 unsigned CanonNum = *SourceCand.getCanonicalNum(ResultGVN); in createCanonicalRelationFrom()1040 unsigned FirstInstCanonNum = *getCanonicalNum(FirstInstGVN); in createCanonicalRelationFrom()1045 unsigned SourceCanonBBGVN = *SourceCand.getCanonicalNum(SourceBBGVN); in createCanonicalRelationFrom()
918 std::optional<unsigned> getCanonicalNum(unsigned N) { in getCanonicalNum() function