Home
last modified time | relevance | path

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

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