Home
last modified time | relevance | path

Searched refs:SortedPredicates (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp436 SmallVector<PredicateWithCC, 0> SortedPredicates = in emitSystemRuntimeLibrarySetCalls() local
439 llvm::sort(SortedPredicates, [](PredicateWithCC A, PredicateWithCC B) { in emitSystemRuntimeLibrarySetCalls()
445 for (PredicateWithCC Entry : SortedPredicates) { in emitSystemRuntimeLibrarySetCalls()