Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h299 TransformationMode hasLICMVersioningTransformation(const Loop *L);
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp583 if (hasLICMVersioningTransformation(CurLoop) & TM_Disable) in run()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp437 TransformationMode llvm::hasLICMVersioningTransformation(const Loop *L) { in hasLICMVersioningTransformation() function in llvm