Home
last modified time | relevance | path

Searched refs:isSafeToLoadUnconditionally (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h70 bool isSafeToLoadUnconditionally(Value *V, Align Alignment, APInt &Size,
95 bool isSafeToLoadUnconditionally(Value *V, Type *Ty, Align Alignment,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp335 bool llvm::isSafeToLoadUnconditionally(Value *V, Align Alignment, APInt &Size, in isSafeToLoadUnconditionally() function in llvm
410 bool llvm::isSafeToLoadUnconditionally(Value *V, Type *Ty, Align Alignment, in isSafeToLoadUnconditionally() function in llvm
416 return isSafeToLoadUnconditionally(V, Alignment, Size, DL, ScanFrom, DT, TLI); in isSafeToLoadUnconditionally()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp156 if (!isSafeToLoadUnconditionally(SrcPtr, MinVecTy, Align(1), DL, Load, &DT)) { in vectorizeLoadInsert()
181 if (!isSafeToLoadUnconditionally(SrcPtr, MinVecTy, Align(1), DL, Load, &DT)) in vectorizeLoadInsert()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1016 if (isSafeToLoadUnconditionally(SI->getOperand(1), LI.getType(), in visitLoadInst()
1018 isSafeToLoadUnconditionally(SI->getOperand(2), LI.getType(), in visitLoadInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp357 !isSafeToLoadUnconditionally(L->getPointerOperand(), L->getType(), in canMoveAboveCall()
H A DSROA.cpp1258 if (isSafeToLoadUnconditionally(InVal, MaxAlign, MaxSize, DL, TI)) in isSafePHIToSpeculate()
1347 if (!isSafeToLoadUnconditionally(TValue, LI->getType(), in isSafeSelectToSpeculate()
1350 if (!isSafeToLoadUnconditionally(FValue, LI->getType(), in isSafeSelectToSpeculate()