Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h558 std::optional<IVConditionInfo> hasPartialIVCondition(const Loop &L,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1855 llvm::hasPartialIVCondition(const Loop &L, unsigned MSSAThreshold, in hasPartialIVCondition() function in llvm
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2950 if (auto Info = hasPartialIVCondition(L, MSSAThreshold, *MSSA, AA)) { in collectUnswitchCandidates()