Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoads.h85 bool isDereferenceableAndAlignedInLoop(LoadInst *LI, Loop *L,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoads.cpp262 bool llvm::isDereferenceableAndAlignedInLoop(LoadInst *LI, Loop *L, in isDereferenceableAndAlignedInLoop() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1187 isDereferenceableAndAlignedInLoop(LI, TheLoop, SE, *DT, AC)) in canVectorizeWithIfConvert()