Home
last modified time | relevance | path

Searched refs:LoopVersioning (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp41 LoopVersioning::LoopVersioning(const LoopAccessInfo &LAI, in LoopVersioning() function in LoopVersioning
50 void LoopVersioning::versionLoop( in versionLoop()
129 void LoopVersioning::addPHINodes( in addPHINodes()
175 void LoopVersioning::prepareNoAliasMetadata() { in prepareNoAliasMetadata()
216 void LoopVersioning::annotateLoopWithNoAlias() { in annotateLoopWithNoAlias()
229 void LoopVersioning::annotateInstWithNoAlias(Instruction *VersionedInst, in annotateInstWithNoAlias()
283 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h41 class LoopVersioning {
47 LoopVersioning(const LoopAccessInfo &LAI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp555 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
H A DLoopLoadElimination.cpp587 LoopVersioning LV(LAI, Checks, L, LI, DT, PSE.getSE()); in processLoop()
H A DLoopDistribute.cpp812 LoopVersioning LVer(*LAI, Checks, L, LI, DT, SE); in processLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h66 class LoopVersioning; variable
410 LoopVersioning *LVer = nullptr;
H A DLoopVectorize.cpp7586 std::unique_ptr<LoopVersioning> LVer = nullptr; in executePlan()
7594 LVer = std::make_unique<LoopVersioning>( in executePlan()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1931 SRCS_MIN+= Transforms/Utils/LoopVersioning.cpp