Searched refs:isComplete (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } function in class:llvm::LoopBlocksDFS
130 assert(isComplete() && "bad loop DFS");
137 assert(isComplete() && "bad loop DFS");
H A DScalarEvolution.h1287 bool isComplete() const { return MaxAndComplete.getInt(); } function in class:llvm::ScalarEvolution::BackedgeTakenInfo
1309 bool hasFullInfo() const { return isComplete(); }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h352 virtual bool isComplete() const { return true; } function in class:llvm::Init
477 bool isComplete() const override { return false; }
540 bool isComplete() const override {
542 if (!getBit(i)->isComplete()) return false;
548 if (getBit(i)->isComplete()) return false;
911 bool isComplete() const override {
912 return LHS->isComplete() && MHS->isComplete() && RHS->isComplete();
976 bool isComplete() cons
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h330 bool isComplete() const { return CompleteModel; } function in struct:llvm::MCSchedModel
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLegacy.h165 if (NewSymbolsResolved && Query.isComplete())
H A DCore.h740 bool isComplete() const { return OutstandingSymbolsCount == 0; } function in class:llvm::orc::SymbolState::AsynchronousSymbolQuery
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp803 if (Rec->getValueInit("SchedModel")->isComplete()) {
1201 if (!RWDef->getValueInit("SchedModel")->isComplete())
1429 if (SchedRW.TheDef->getValueInit("SchedModel")->isComplete()) {
1446 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
1871 if (SRA->getValueInit("SchedModel")->isComplete()) {
1880 if (!PRG->getValueInit("SchedModel")->isComplete())
1888 if (!PRU->getValueInit("SchedModel")->isComplete())
2025 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
2110 if (!ProcResUnits->getValueInit("Super")->isComplete())
H A DSubtargetEmitter.cpp801 if (PRDef->getValueInit("Super")->isComplete()) {
842 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) {
894 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) {
948 SubDef->getValueInit("Super")->isComplete();) {
H A DCodeEmitterGen.cpp314 if (RV.getPrefix() || RV.getValue()->isComplete())
H A DCodeGenInstruction.cpp624 if (!BI->isComplete())
H A DFixedLenDecoderEmitter.cpp1870 if (Vals[i].getPrefix() || Vals[i].getValue()->isComplete())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp190 assert(DFS.isComplete() && "DFS is expected to be finished");
213 assert(DFS.isComplete() && "DFS is expected to be finished");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp243 && SchedModel.isComplete()) {
H A DScheduleDAGInstrs.cpp1413 bool isComplete() const { return DFSStack.empty(); } function in class:__anon1806::SchedDAGReverseDFS
1483 if (DFS.isComplete())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1071 if (Q->isComplete())
1089 assert(Q->isComplete() && "Q not completed");
1186 if (Q->isComplete())
1201 if (Q->isComplete())
1222 assert(Q->isComplete() && "Q is not complete");
1663 if (Q->isComplete())
2057 QueryComplete = Q->isComplete();
H A DOrcMCJITReplacement.h207 if (NewSymbolsResolved && Query->isComplete())
H A DOrcCBindingsStack.h169 if (Query->isComplete())
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1852 return ET->getDecl()->isComplete();
1937 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
1951 if (ET->getDecl()->isComplete())
1977 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
1991 if (ET->getDecl()->isComplete())
2032 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
2047 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete();
2071 assert(cast<EnumType>(T)->getDecl()->isComplete());
2129 return !EnumD->isComplete();
H A DFormatString.cpp349 if (!ETy->getDecl()->isComplete())
372 if (!ETy->getDecl()->isComplete())
H A DScanfFormatString.cpp428 if (!ETy->getDecl()->isComplete())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp252 } else if (!CurRec->getValue(TArgs[i])->getValue()->isComplete()) {
323 if (!Default->isComplete()) {
1913 } else if (ExpectedArg->getValue()->isComplete())
3313 if (!Default->isComplete()) {
H A DRecord.cpp1776 if (FieldVal->isComplete())
1886 bool CondOpInit::isComplete() const {
1888 if (!Case->isComplete())
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2327 int isComplete; local
2332 isComplete = sqlite3_complete( Tcl_GetStringFromObj(objv[2], 0) );
2334 Tcl_SetBooleanObj(pResult, isComplete);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3689 bool isComplete() const {
4512 return ED->isComplete();
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1735 assert_with_loc(!Arg->isComplete(),

Completed in 396 milliseconds

12