Searched refs:hasPendingInjection (Results 1 – 1 of 1) sorted by relevance
171 bool hasPendingInjection() const { return PendingInjection.has_value(); } in hasPendingInjection() function3085 assert(Candidate.hasPendingInjection() && "Nothing to inject!"); in injectPendingInvariantConditions()3437 !BI || Candidate.hasPendingInjection() || in findBestNonTrivialUnswitchCandidate()3530 if (Best.hasPendingInjection()) { in unswitchBestCondition()3534 assert(!Best.hasPendingInjection() && in unswitchBestCondition()