Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h41 class LoopVersioning {
47 LoopVersioning(const LoopAccessInfo &LAI,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp555 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run()
H A DLoopLoadElimination.cpp603 LoopVersioning LV(LAI, Checks, L, LI, DT, PSE.getSE()); in processLoop()
H A DLoopDistribute.cpp815 LoopVersioning LVer(*LAI, Checks, L, LI, DT, SE); in processLoop()
H A DLoopFlatten.cpp970 LoopVersioning LVer(LAI, Checks, FI.OuterLoop, LI, DT, SE); in FlattenLoopPair()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h69 class LoopVersioning; variable
425 LoopVersioning *LVer = nullptr;
H A DLoopVectorize.cpp7324 std::unique_ptr<LoopVersioning> LVer = nullptr; in executePlan()
7332 LVer = std::make_unique<LoopVersioning>( in executePlan()
/freebsd/lib/clang/libllvm/
H A DMakefile1948 SRCS_MIN+= Transforms/Utils/LoopVersioning.cpp