Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h167 Value *findAvailablePtrLoadStore(const MemoryLocation &Loc, Type *AccessTy,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp442 return findAvailablePtrLoadStore(Loc, Load->getType(), Load->isAtomic(), in FindAvailableLoadedValue()
521 Value *llvm::findAvailablePtrLoadStore( in findAvailablePtrLoadStore() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1398 PredAvailable = findAvailablePtrLoadStore(Loc, AccessTy, LoadI->isAtomic(), in simplifyPartiallyRedundantLoad()
1410 PredAvailable = findAvailablePtrLoadStore( in simplifyPartiallyRedundantLoad()