Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocPriorityAdvisor.cpp284 unsigned MLPriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in MLPriorityAdvisor
294 DevelopmentModePriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in DevelopmentModePriorityAdvisor
H A DRegAllocGreedy.cpp300 unsigned DefaultPriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in DefaultPriorityAdvisor
/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.cpp664 int elf::getPriority(StringRef s) { in getPriority() function in elf
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Delfnix_platform.cpp385 long getPriority(const std::string &name) { in getPriority() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h615 unsigned getPriority() const { return Priority; } in getPriority() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.cpp721 auto getPriority = [&ctx = ctx](const Chunk *c) { in sortBySectionOrder() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h6195 Expr *getPriority() { return cast<Expr>(Priority); } in getPriority() function
6198 Expr *getPriority() const { return cast<Expr>(Priority); } in getPriority() function