Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp306 unsigned MLPriorityAdvisor::getPriority(const LiveInterval &LI) const { getPriority() function in MLPriorityAdvisor
316 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
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp674 int elf::getPriority(StringRef s) { getPriority() function in elf
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp404 long getPriority(const std::string &name) { in getPriority() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h623 unsigned getPriority() const { return Priority; } getPriority() function
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DWriter.cpp804 auto getPriority = [&ctx = ctx](const Chunk *c) { in sortBySectionOrder() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6291 Expr *getPriority() { return cast<Expr>(Priority); } getPriority() function
6294 Expr *getPriority() const { return cast<Expr>(Priority); } getPriority() function