Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIRSimilarityIdentifier.h970 std::optional<Value *> fromGVN(unsigned Num) { in fromGVN() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDIRSimilarityIdentifier.cpp1095 Value *SourceV = *SourceCand.fromGVN(SourceGVN); in createCanonicalRelationFrom()
1152 SourceCandLarge.fromGVN(OLargeSourceGVN.value()); in createCanonicalRelationFrom()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDIROutliner.cpp193 std::optional<Value *> FoundValueOpt = Other.Candidate->fromGVN(*FirstGVN); in findCorrespondingValueIn()
963 std::optional<Value *> InputOpt = C.fromGVN(InputVal); in findExtractedInputToOverallInputMapping()
2523 std::optional<Value *> OV = Region.Candidate->fromGVN(*OGVN); in findOutputValueInRegion()