Searched refs:isDereferenceableAndAlignedInLoop (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | Loads.h | 85 bool isDereferenceableAndAlignedInLoop(LoadInst *LI, Loop *L,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 262 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 D | LoopVectorizationLegality.cpp | 1343 isDereferenceableAndAlignedInLoop(LI, TheLoop, SE, *DT, AC)) in canVectorizeWithIfConvert()
|