Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h546 Optional<IVConditionInfo> hasPartialIVCondition(Loop &L, unsigned MSSAThreshold,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1708 Optional<IVConditionInfo> llvm::hasPartialIVCondition(Loop &L, in hasPartialIVCondition() function in llvm
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2800 if (auto Info = hasPartialIVCondition(L, MSSAThreshold, *MSSA, AA)) { in unswitchBestCondition()