Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp107 RelativeBlockLocations.push_back(Relative); in setBranchSuccessors()
161 RelativeBlockLocations.push_back(Relative); in setPHIPredecessors()
162 RelativeBlockLocations.push_back(Relative); in setPHIPredecessors()
262 A.RelativeBlockLocations.size() != B.RelativeBlockLocations.size()) in isClose()
827 SmallVector<int, 4> &RelBlockLocsA = ItA->RelativeBlockLocations; in compareStructure()
828 SmallVector<int, 4> &RelBlockLocsB = ItB->RelativeBlockLocations; in compareStructure()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h165 SmallVector<int, 4> RelativeBlockLocations; member