Searched defs:getLeader (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | EquivalenceClasses.h | 82 const ECValue *getLeader() const { in getLeader() function |
/llvm-project/lld/COFF/ | ||
H A D | CallGraphSort.cpp | 132 static int getLeader(std::vector<int> &leaders, int v) { in getLeader() function |
/llvm-project/lld/ELF/ | ||
H A D | CallGraphSort.cpp | 170 static int getLeader(int *leaders, int v) { getLeader() function |
/llvm-project/lld/MachO/ | ||
H A D | SectionPriorities.cpp | 136 static int getLeader(std::vector<int> &leaders, int v) { getLeader() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | LiveDebugVariables.cpp | 329 UserValue *getLeader() { getLeader() function in __anon69e74b370411::UserValue |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | NewGVN.cpp | 314 Value *getLeader() const { return RepLeader; } getLeader() function in __anon33c65ffb0111::CongruenceClass |