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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h234 bool isOrdered() const { return IsOrdered; } function in class:llvm::RecurrenceDescriptor
H A DDependenceAnalysis.h133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } function in class:llvm::Dependence
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp871 auto isOrdered = [](Instruction *Inst) { local
H A DMemorySSA.cpp1725 static inline bool isOrdered(const Instruction *I) { function
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3940 bool CmpInst::isOrdered(Predicate predicate) { function in class:CmpInst
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c23104 Bool isOrdered:1; /* True if the table is not BTREE_UNORDERED */ member in struct:VdbeCursor
155685 i8 isOrdered; /* True if satisfies ORDER BY */ member in struct:WhereLoop::__anon58::__anon60
155746 i8 isOrdered; /* No. of ORDER BY terms satisfied. -1 for unknown */ member in struct:WherePath
166048 i8 isOrdered; /* isOrdered for (pFrom+pWLoop) */ local
[all...]

Completed in 484 milliseconds