Home
last modified time | relevance | path

Searched defs:isComplete (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopIterator.h67 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h207 bool isComplete() const { return CompleteModel; } in isComplete() function
/minix/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h472 virtual bool isComplete() const { return true; } in isComplete() function
617 bool isComplete() const override { return false; } in isComplete() function
680 bool isComplete() const override { in isComplete() function
1044 bool isComplete() const override { return false; } in isComplete() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1429 bool isComplete() const { return DFSStack.empty(); } in isComplete() function in __anon424be2fb0111::SchedDAGReverseDFS
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h3083 bool isComplete() const { in isComplete() function