| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopIterator.h | 126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function 130 assert(isComplete() && "bad loop DFS"); in beginPostorder() 137 assert(isComplete() && "bad loop DFS"); in beginRPO()
|
| H A D | ScalarEvolution.h | 1491 bool isComplete() const { return IsComplete; } 1513 bool hasFullInfo() const { return isComplete(); }
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 350 virtual bool isComplete() const { return true; } in isComplete() function 477 bool isComplete() const override { return false; } in isComplete() function 607 bool isComplete() const override { in isComplete() function 609 if (!getBit(i)->isComplete()) return false; in isComplete() 615 if (getBit(i)->isComplete()) return false; in allInComplete() 790 bool isComplete() const override; 1046 bool isComplete() const override { in isComplete() function 1047 return LHS->isComplete() && MHS->isComplete() && RHS->isComplete(); in isComplete() 1111 bool isComplete() const override; 2257 bool isComplete(Init *VarName) const { in isComplete() function [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 825 if (Rec->getValueInit("SchedModel")->isComplete()) { in expandRWSeqForProc() 1221 if (!RWDef->getValueInit("SchedModel")->isComplete()) in collectProcItinRW() 1457 if (SchedRW.TheDef->getValueInit("SchedModel")->isComplete()) { in getIntersectingVariants() 1476 if ((*AI)->getValueInit("SchedModel")->isComplete()) { in getIntersectingVariants() 1942 if (SRA->getValueInit("SchedModel")->isComplete()) { in collectProcResources() 1951 if (!PRG->getValueInit("SchedModel")->isComplete()) in collectProcResources() 1959 if (!PRU->getValueInit("SchedModel")->isComplete()) in collectProcResources() 2092 if (Alias->getValueInit("SchedModel")->isComplete()) { in collectRWResources() 2175 if (!ProcResUnits->getValueInit("Super")->isComplete()) in addProcResource()
|
| H A D | CodeGenInstAlias.cpp | 123 if (!BI->isComplete()) in tryAliasOpMatch()
|
| H A D | SubtargetEmitter.cpp | 846 if (PRDef->getValueInit("Super")->isComplete()) { in EmitProcessorResources() 887 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) { in FindWriteResources() 939 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) { in FindReadAdvance() 993 SubDef->getValueInit("Super")->isComplete();) { in ExpandProcResources()
|
| H A D | VarLenCodeEmitterGen.cpp | 147 if (!BI->isComplete()) in buildRec()
|
| H A D | CodeEmitterGen.cpp | 319 if (RV.isNonconcreteOK() || RV.getValue()->isComplete()) in addInstructionCasesForEncoding()
|
| H A D | SearchableTableEmitter.cpp | 616 if (!TI || !TI->isComplete()) { in collectTableEntries()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSchedule.h | 344 bool isComplete() const { return CompleteModel; } in isComplete() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 183 assert(DFS.isComplete() && "DFS is expected to be finished"); in hasIrreducibleCFG() 206 assert(DFS.isComplete() && "DFS is expected to be finished"); in analyze()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetSchedule.cpp | 227 SchedModel.isComplete()) { in computeOperandLatency()
|
| H A D | ScheduleDAGInstrs.cpp | 1431 bool isComplete() const { return DFSStack.empty(); } in isComplete() function in __anoneb1c04e60311::SchedDAGReverseDFS 1501 if (DFS.isComplete()) in compute()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 356 if (!ETy->getDecl()->isComplete()) in matchesType() 401 if (!ETy->getDecl()->isComplete()) in matchesType()
|
| H A D | Type.cpp | 2003 return ET->getDecl()->isComplete(); in isIntegralType() 2092 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType() 2111 if (ET->getDecl()->isComplete()) in isSignedIntegerOrEnumerationType() 2142 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isUnsignedIntegerType() 2161 if (ET->getDecl()->isComplete()) in isUnsignedIntegerOrEnumerationType() 2214 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isRealType() 2229 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete(); in isArithmeticType() 2253 assert(cast<EnumType>(T)->getDecl()->isComplete()); in getScalarTypeKind() 2313 return !EnumD->isComplete(); in isIncompleteType()
|
| H A D | ScanfFormatString.cpp | 430 if (!ETy->getDecl()->isComplete()) in fixType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 1035 if (Q->isComplete()) in resolve() 1046 assert(Q->isComplete() && "Q not completed"); in resolve() 1171 if (Q->isComplete()) in emit() 1187 if (Q->isComplete()) in emit() 1201 assert(Q->isComplete() && "Q is not complete"); in emit() 2869 QueryComplete = Q->isComplete(); in OL_completeLookup()
|
| /freebsd-14.2/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2371 int isComplete; in DbObjCmd() local 2376 isComplete = sqlite3_complete( Tcl_GetStringFromObj(objv[2], 0) ); in DbObjCmd() 2378 Tcl_SetBooleanObj(pResult, isComplete); in DbObjCmd()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 739 bool ListInit::isComplete() const { in isComplete() function in ListInit 741 if (!Element->isComplete()) in isComplete() 2518 bool CondOpInit::isComplete() const { in isComplete() function in CondOpInit 2520 if (!Case->isComplete()) in isComplete()
|
| H A D | TGParser.cpp | 618 if (!Default->isComplete()) { in resolveArguments()
|
| /freebsd-14.2/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 7421 virtual bool isComplete() const = 0; // Successfully completed or failed 7489 bool isComplete() const override; 7523 bool isComplete() const override; 12449 if( !ctx.completedCycle() && !tracker->isComplete() ) { in acquire() 14117 bool TrackerBase::isComplete() const { in isComplete() function in Catch::TestCaseTracking::TrackerBase 14124 return m_runState != NotStarted && !isComplete(); in isOpen() 14182 …all_of(m_children.begin(), m_children.end(), [](ITrackerPtr const& t){ return t->isComplete(); }) ) in close() 14229 bool SectionTracker::isComplete() const { in isComplete() function in Catch::TestCaseTracking::SectionTracker 14234 complete = TrackerBase::isComplete(); in isComplete() 14260 if( !isComplete() ) in tryOpen()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 4043 bool isComplete() const { in isComplete() function 4986 return ED->isComplete(); in IsEnumDeclComplete()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 862 bool isComplete() const { return OutstandingSymbolsCount == 0; } in isComplete() function
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 1796 assert_with_loc(!Arg->isComplete(), in emitDagArg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 900 if (!PN.isComplete()) { in getAddRecExprPHILiterally()
|