Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocPriorityAdvisor.cpp
H A DMLRegAllocPriorityAdvisor.cpp308 unsigned MLPriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in MLPriorityAdvisor
318 DevelopmentModePriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in DevelopmentModePriorityAdvisor
H A DRegAllocGreedy.cpp303 unsigned DefaultPriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in DefaultPriorityAdvisor
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp404 long getPriority(const std::string &name) { in getPriority() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp816 int elf::getPriority(StringRef s) { in getPriority() function in elf
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h625 unsigned getPriority() const { return Priority; } in getPriority() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp804 auto getPriority = [&ctx = ctx](const Chunk *c) { in sortBySectionOrder() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6331 Expr *getPriority() { return cast<Expr>(Priority); } in getPriority() function
6334 Expr *getPriority() const { return cast<Expr>(Priority); } in getPriority() function