Home
last modified time | relevance | path

Searched defs:LVer (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp288 LoopVersioning LVer(LAI, L, LI, DT, SE); in runOnFunction() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp283 LoopVersioning LVer(LAI, L, LI, DT, SE); in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp282 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L, in runImpl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp607 LoopVersioning LVer(*LAI, CurLoop, LI, DT, SE, true); in runOnLoop() local
H A DLoopDistribute.cpp817 LoopVersioning LVer(*LAI, L, LI, DT, SE, false); in processLoop() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp538 LoopVersioning LVer(*LAI, CurLoop, LI, DT, SE, true); in runOnLoop() local
H A DLoopDistribute.cpp723 LoopVersioning LVer(*LAI, L, LI, DT, SE, false); in processLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp595 LoopVersioning LVer(*LAI, LAI->getRuntimePointerChecking()->getChecks(), in run() local
H A DLoopDistribute.cpp815 LoopVersioning LVer(*LAI, Checks, L, LI, DT, SE); in processLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h385 std::unique_ptr<LoopVersioning> LVer; member
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp538 std::unique_ptr<LoopVersioning> LVer; member in __anond9ee33c50111::InnerLoopVectorizer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp704 std::unique_ptr<LoopVersioning> LVer; member in llvm::InnerLoopVectorizer