Searched refs:getGVN (Results 1 – 3 of 3) sorted by relevance
193 std::optional<unsigned> GVN = Candidate->getGVN(V); in findCorrespondingValueIn()566 std::optional<unsigned> GVNOpt = C.getGVN(V); in collectRegionsConstants()792 unsigned GVN = *C.getGVN(V); in findConstants()823 assert(C.getGVN(Input) && "Could not find a numbering for the given input"); in mapInputsToGVNs()824 EndInputNumbers.push_back(*C.getGVN(Input)); in mapInputsToGVNs()1196 std::optional<unsigned> OGVN = Cand.getGVN(Incoming); in getGVNForPHINode()1215 OGVN = Cand.getGVN(IncomingBlock); in getGVNForPHINode()1235 OGVN = Cand.getGVN(PrevBlock); in getGVNForPHINode()1248 std::optional<unsigned> BBGVN = Cand.getGVN(PHIBB); in getGVNForPHINode()1387 GVN = C.getGVN(Output); in findExtractedOutputToOverallOutputMapping()[all …]
1039 unsigned FirstInstGVN = *getGVN(FirstOutlineInst); in createCanonicalRelationFrom()1044 unsigned SourceBBGVN = *SourceCand.getGVN(SourceBB); in createCanonicalRelationFrom()
892 std::optional<unsigned> getGVN(Value *V) { in getGVN() function