Searched refs:isDereferenceablePointer (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemDerefPrinter.cpp | 33 if (isDereferenceablePointer(PO, LI->getType(), DL)) in run()
|
H A D | Loads.cpp | 221 bool llvm::isDereferenceablePointer(const Value *V, Type *Ty, in isDereferenceablePointer() function in llvm 751 isDereferenceablePointer(To, Type::getInt8Ty(To->getContext()), DL)) in isPointerAlwaysReplaceable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | Loads.h | 35 bool isDereferenceablePointer(const Value *V, Type *Ty, const DataLayout &DL,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 155 if (!isDereferenceablePointer(Addr, LoadI->getType(), DL)) { in visitICmpLoadOperand()
|
H A D | LICM.cpp | 2195 isDereferenceablePointer(SomePtr, AccessTy, MDL)) && in promoteLoopAccessesToScalars()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopPeel.cpp | 319 !isDereferenceablePointer(Ptr, LI->getType(), DL, LI, AC, &DT)) in peelToTurnInvariantLoadsDerefencebale()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 309 if (isDereferenceablePointer(LoadPtr, II.getType(), in simplifyMaskedLoad()
|