Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h351 virtual bool isComplete() const { return true; } in isComplete() function
487 bool isComplete() const override { return false; } in isComplete() function
555 bool isComplete() const override { in isComplete() function
968 bool isComplete() const override { in isComplete() function
1082 bool isComplete() const override { return false; } in isComplete() function
1115 bool isComplete() const override { return false; } in isComplete() function
1149 bool isComplete() const override { return false; } in isComplete() function
2181 bool isComplete(Init *VarName) const { in isComplete() function
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopIterator.h126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSchedule.h330 bool isComplete() const { return CompleteModel; } in isComplete() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1421 bool isComplete() const { return DFSStack.empty(); } in isComplete() function in __anon333e751d0311::SchedDAGReverseDFS
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h873 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete() function
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp720 bool ListInit::isComplete() const { in isComplete() function in ListInit
2280 bool CondOpInit::isComplete() const { in isComplete() function in CondOpInit
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3937 bool isComplete() const { in isComplete() function