Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h522 Optional<IVConditionInfo> hasPartialIVCondition(Loop &L, unsigned MSSAThreshold,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp851 hasPartialIVCondition(*CurrentLoop, MSSAThreshold, *MSSA, *AA)) { in processCurrentLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1720 Optional<IVConditionInfo> llvm::hasPartialIVCondition(Loop &L, in hasPartialIVCondition() function in llvm