Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h505 Optional<IVConditionInfo> hasPartialIVCondition(Loop &L, unsigned MSSAThreshold,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp851 hasPartialIVCondition(*CurrentLoop, MSSAThreshold, *MSSA, *AA)) { in processCurrentLoop()
H A DSimpleLoopUnswitch.cpp2753 if (auto Info = hasPartialIVCondition(L, MSSAThreshold, *MSSA, AA)) { in unswitchBestCondition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1636 Optional<IVConditionInfo> llvm::hasPartialIVCondition(Loop &L, in hasPartialIVCondition() function in llvm