Searched refs:IsDone (Results 1 – 8 of 8) sorted by relevance
104 bool IsDone : 1; member121 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo()316 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY()464 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple()491 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle()531 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond()532 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond()629 if (BBI.IsDone) in ScanInstructions()719 if (BBI.IsDone || BBI.IsUnpredicable) in FeasibilityAnalysis()763 if (!BBI.IsBrAnalyzable || BBI.BrCond.empty() || BBI.IsDone) { in AnalyzeBlock()[all …]
100 if (tasks_[i]->IsDone()) { in InternalRunTasks()216 if (!task->IsDone() && (task->timeout_time() > 0)) in RecalcNextTimeout()
122 bool IsDone() const { return done_; } in IsDone() function
74 if (!(*it)->IsDone()) in AllChildrenDone()
246 if (login_task_->IsDone()) in Connect()311 if (login_task_->IsDone()) in IncomingStart()331 if (login_task_->IsDone()) in IncomingStanza()
50 bool IsDone() in IsDone() function
58 bool IsDone; member61 : Current(C.begin()), End(C.end()), IsDone(false) { in hex_pair_iterator()67 hex_pair_iterator() : Current(), End(), IsDone(true) {} in hex_pair_iterator()76 IsDone = true; in operator ++()89 IsDone = true; in operator ++()94 return (IsDone == Other.IsDone) || in operator ==()
87 bool IsDone() { in IsDone() function in google::protobuf::__anone78580920111::OnceInitTest::TestThread