Searched refs:hasPendingInjection (Results 1 – 1 of 1) sorted by relevance
169 bool hasPendingInjection() const { return PendingInjection.has_value(); } in hasPendingInjection() function3063 assert(Candidate.hasPendingInjection() && "Nothing to inject!"); in injectPendingInvariantConditions()3415 !BI || Candidate.hasPendingInjection() || in findBestNonTrivialUnswitchCandidate()3508 if (Best.hasPendingInjection()) { in unswitchBestCondition()3512 assert(!Best.hasPendingInjection() && in unswitchBestCondition()