Searched refs:isLess (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineOrder.cpp | 229 std::pop_heap(Heap.begin(), Heap.end(), isLess); in pop_heap_adjust() 231 std::push_heap(Heap.begin(), Heap.end(), isLess); in pop_heap_adjust() 232 std::pop_heap(Heap.begin(), Heap.end(), isLess); in pop_heap_adjust() 239 isLess = [&](const CallBase *L, const CallBase *R) { in PriorityInlineOrder() 252 std::push_heap(Heap.begin(), Heap.end(), isLess); in push() 271 std::make_heap(Heap.begin(), Heap.end(), isLess); in erase_if() 276 std::function<bool(const CallBase *L, const CallBase *R)> isLess; member in __anona7cbcc7e0111::PriorityInlineOrder
|
/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorRangeChecker.cpp | 293 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2); 328 if (isLess(State, Pos.getOffset(), Beg)) { in isAheadOfRange() 352 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1219 bool isLess(const Cost &Other) const; 1623 bool Cost::isLess(const Cost &Other) const { in isLess() function in Cost 4816 if (CostF.isLess(CostBest)) in FilterOutUndesirableDedicatedRegisters() 5076 return CostFA.isLess(CostFB); in NarrowSearchSpaceByFilterFormulaWithSameScaledReg() 5481 if (NewCost.isLess(SolutionCost)) { in SolveRecurse() 5549 if (BaselineCost.isLess(SolutionCost)) { in Solve()
|
/freebsd/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()
|