Searched refs:isDereferenceablePointer (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemDerefPrinter.cpp | 30 if (isDereferenceablePointer(PO, LI->getType(), DL, LI)) in run()
|
| H A D | Loads.cpp | 248 bool llvm::isDereferenceablePointer(const Value *V, Type *Ty, in isDereferenceablePointer() function in llvm 826 isDereferenceablePointer(To, Type::getInt8Ty(To->getContext()), DL)) in isPointerAlwaysReplaceable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | Loads.h | 38 LLVM_ABI bool isDereferenceablePointer(const Value *V, Type *Ty,
|
| /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 | 2130 isDereferenceablePointer(SomePtr, AccessTy, MDL)) && in promoteLoopAccessesToScalars()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 318 !isDereferenceablePointer(Ptr, LI->getType(), DL, LI, AC, &DT)) in peelToTurnInvariantLoadsDerefencebale()
|
| H A D | SimplifyCFG.cpp | 3035 isDereferenceablePointer(StorePtr, StoreTy, in isSafeToSpeculateStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 307 if (isDereferenceablePointer(LoadPtr, II.getType(), in simplifyMaskedLoad()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 22671 {"_ZNK4llvm5Value24isDereferenceablePointerEv", "llvm::Value::isDereferenceablePointer() const"},
|