Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h83 bool isDereferenceableAndAlignedInLoop(LoadInst *LI, Loop *L,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp273 bool llvm::isDereferenceableAndAlignedInLoop(LoadInst *LI, Loop *L, in isDereferenceableAndAlignedInLoop() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1047 isDereferenceableAndAlignedInLoop(LI, TheLoop, SE, *DT)) in canVectorizeWithIfConvert()