Home
last modified time | relevance | path

Searched defs:getPriority (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp307 unsigned MLPriorityAdvisor::getPriority(const LiveInterval &LI) const { getPriority() function in MLPriorityAdvisor
317 DevelopmentModePriorityAdvisor::getPriority(const LiveInterval &LI) const { getPriority() function in DevelopmentModePriorityAdvisor
H A DRegAllocGreedy.cpp305 unsigned DefaultPriorityAdvisor::getPriority(const LiveInterval &LI) const { getPriority() function in DefaultPriorityAdvisor
/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DIncludeOrderCheck.cpp59 static int getPriority(StringRef Filename, bool IsAngled, bool IsMainModule) { in getPriority() function
/llvm-project/lld/ELF/
H A DOutputSections.cpp690 int elf::getPriority(StringRef s) { getPriority() function in elf
/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp404 long getPriority(const std::string &name) { getPriority() function
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h625 unsigned getPriority() const { return Priority; } getPriority() function
/llvm-project/clang/test/SemaCXX/
H A Doverloaded-operator.cpp306 int getPriority(Register r) { in getPriority() function in RegAlloc
/llvm-project/lld/COFF/
H A DWriter.cpp804 auto getPriority = [&ctx = ctx](const Chunk *c) { sortBySectionOrder() local
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6331 Expr *getPriority() { return cast<Expr>(Priority); } getPriority() function
6334 Expr *getPriority() const { return cast<Expr>(Priority); } getPriority() function