Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp193 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 …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1039 unsigned FirstInstGVN = *getGVN(FirstOutlineInst); in createCanonicalRelationFrom()
1044 unsigned SourceBBGVN = *SourceCand.getGVN(SourceBB); in createCanonicalRelationFrom()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h892 std::optional<unsigned> getGVN(Value *V) { in getGVN() function