Searched defs:isOrdered (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } function in class:llvm::Dependence
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp944 auto isOrdered = [](Instruction *Inst) { local
H A DMemorySSA.cpp1719 static inline bool isOrdered(const Instruction *I) { function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3721 bool CmpInst::isOrdered(Predicate predicate) { function in class:CmpInst
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12605 Bool isOrdered; /* True if the underlying table is BTREE_UNORDERED */ member in struct:VdbeCursor
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c21074 Bool isOrdered:1; /* True if the table is not BTREE_UNORDERED */ member in struct:VdbeCursor
143444 i8 isOrdered; /* True if satisfies ORDER BY */ member in struct:WhereLoop::__anon44::__anon46
143504 i8 isOrdered; /* No. of ORDER BY terms satisfied. -1 for unknown */ member in struct:WherePath
152545 i8 isOrdered = pFrom->isOrdered; /* isOrdered for (pFrom+pWLoop) */ local
[all...]

Completed in 1282 milliseconds