Home
last modified time | relevance | path

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

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