Home
last modified time | relevance | path

Searched refs:hasPendingInjection (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp169 bool hasPendingInjection() const { return PendingInjection.has_value(); } in hasPendingInjection() function
3063 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()