Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h85 bool isDereferenceableAndAlignedInLoop(LoadInst *LI, Loop *L,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp262 bool llvm::isDereferenceableAndAlignedInLoop(LoadInst *LI, Loop *L, in isDereferenceableAndAlignedInLoop() function in llvm
785 if (!isDereferenceableAndAlignedInLoop(LI, L, *SE, *DT, AC)) in isDereferenceableReadOnlyLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1343 isDereferenceableAndAlignedInLoop(LI, TheLoop, SE, *DT, AC)) in canVectorizeWithIfConvert()