Searched refs:isLess (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineOrder.cpp | 226 std::pop_heap(Heap.begin(), Heap.end(), isLess); in pop_heap_adjust() 228 std::push_heap(Heap.begin(), Heap.end(), isLess); in pop_heap_adjust() 229 std::pop_heap(Heap.begin(), Heap.end(), isLess); in pop_heap_adjust() 236 isLess = [&](const CallBase *L, const CallBase *R) { in PriorityInlineOrder() 249 std::push_heap(Heap.begin(), Heap.end(), isLess); in push() 268 std::make_heap(Heap.begin(), Heap.end(), isLess); in erase_if() 273 std::function<bool(const CallBase *L, const CallBase *R)> isLess; member in __anon59f5c2340111::PriorityInlineOrder
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 82 else if (ImutInfo::isLess(K,CurrentKey)) in find() 192 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree() 197 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()), in validateTree() 540 else if (ImutInfo::isLess(K,KCurrent)) 560 } else if (ImutInfo::isLess(K,KCurrent)) { 923 static bool isLess(key_type_ref LHS, key_type_ref RHS) { 947 static bool isLess(key_type_ref LHS, key_type_ref RHS) { return LHS < RHS; }
|
| H A D | ImmutableMap.h | 47 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function 48 return ImutContainerInfo<T>::isLess(L,R); in isLess()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorRangeChecker.cpp | 288 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2); 323 if (isLess(State, Pos.getOffset(), Beg)) { in isAheadOfRange() 347 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1083 bool isLess(const Cost &Other) const; 1482 bool Cost::isLess(const Cost &Other) const { in isLess() function in Cost 4533 if (CostF.isLess(CostBest)) in FilterOutUndesirableDedicatedRegisters() 4789 return CostFA.isLess(CostFB); in NarrowSearchSpaceByFilterFormulaWithSameScaledReg() 5194 if (NewCost.isLess(SolutionCost)) { in SolveRecurse() 5250 if (BaselineCost.isLess(SolutionCost)) { in Solve()
|
| /freebsd-14.2/stand/ficl/ |
| H A D | words.c | 1896 static void isLess(FICL_VM *pVM) in isLess() function 4899 dictAppendWord(dp, "<", isLess, FW_DEFAULT); in ficlCompileCore()
|