Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h350 virtual bool isComplete() const { return true; } isComplete() function
477 bool isComplete() const override { return false; } isComplete() function
538 bool isComplete() const override { return false; } isComplete() function
607 bool isComplete() const override { isComplete() function
1046 bool isComplete() const override { isComplete() function
1160 bool isComplete() const override { return false; } isComplete() function
1193 bool isComplete() const override { return false; } isComplete() function
1227 bool isComplete() const override { return false; } isComplete() function
2257 bool isComplete(Init *VarName) const { isComplete() function
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h344 bool isComplete() const { return CompleteModel; } isComplete() function
/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h937 bool isComplete() const { return Buffer->IsComplete; } isComplete() function
/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1435 bool isComplete() const { return DFSStack.empty(); } isComplete() function in __anondd7735030311::SchedDAGReverseDFS
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h893 bool isComplete() const { return OutstandingSymbolsCount == 0; } isComplete() function
/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp739 bool ListInit::isComplete() const { isComplete() function in ListInit
2518 bool CondOpInit::isComplete() const { isComplete() function in CondOpInit
/llvm-project/clang/include/clang/AST/
H A DDecl.h4098 bool isComplete() const { isComplete() function