Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h904 std::optional<Value *> fromGVN(unsigned Num) { in fromGVN() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp198 std::optional<Value *> FoundValueOpt = Other.Candidate->fromGVN(*FirstGVN); in findCorrespondingValueIn()
965 std::optional<Value *> InputOpt = C.fromGVN(InputVal); in findExtractedInputToOverallInputMapping()
2527 std::optional<Value *> OV = Region.Candidate->fromGVN(*OGVN); in findOutputValueInRegion()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1042 Value *SourceV = *SourceCand.fromGVN(SourceGVN); in createCanonicalRelationFrom()