Home
last modified time | relevance | path

Searched defs:isLess (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineOrder.cpp275 std::function<bool(const CallBase *L, const CallBase *R)> isLess; member in __anon68303f150111::PriorityInlineOrder
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableMap.h47 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp353 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1482 bool Cost::isLess(const Cost &Other) const { in isLess() function in Cost