Home
last modified time | relevance | path

Searched refs:SourceCand (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp957 IRSimilarityCandidate &SourceCand, in createCanonicalRelationFrom() argument
960 assert(SourceCand.CanonNumToNumber.size() != 0 && in createCanonicalRelationFrom()
962 assert(SourceCand.NumberToCanonNum.size() != 0 && in createCanonicalRelationFrom()
1011 unsigned CanonNum = *SourceCand.getCanonicalNum(ResultGVN); in createCanonicalRelationFrom()
1041 unsigned SourceGVN = *SourceCand.fromCanonicalNum(FirstInstCanonNum); in createCanonicalRelationFrom()
1042 Value *SourceV = *SourceCand.fromGVN(SourceGVN); in createCanonicalRelationFrom()
1044 unsigned SourceBBGVN = *SourceCand.getGVN(SourceBB); in createCanonicalRelationFrom()
1045 unsigned SourceCanonBBGVN = *SourceCand.getCanonicalNum(SourceBBGVN); in createCanonicalRelationFrom()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h827 IRSimilarityCandidate &SourceCand,