Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp109 RelativeBlockLocations.push_back(Relative); in setBranchSuccessors()
182 RelativeBlockLocations.push_back(Relative); in setPHIPredecessors()
282 A.RelativeBlockLocations.size() != B.RelativeBlockLocations.size()) in isClose()
870 SmallVector<int, 4> &RelBlockLocsA = ItA->RelativeBlockLocations; in compareStructure()
871 SmallVector<int, 4> &RelBlockLocsB = ItB->RelativeBlockLocations; in compareStructure()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h165 SmallVector<int, 4> RelativeBlockLocations; member