Searched refs:analyzeLoadFromClobberingMemInst (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h70 int analyzeLoadFromClobberingMemInst(Type *LoadTy, Value *LoadPtr,
94 /// If analyzeLoadFromClobberingMemInst returned an offset, this function can be
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp283 int analyzeLoadFromClobberingMemInst(Type *LoadTy, Value *LoadPtr, function in namespace:llvm::VNCoercion
529 // The only case analyzeLoadFromClobberingMemInst cannot be converted to a
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp908 int Offset = analyzeLoadFromClobberingMemInst(LI->getType(), Address,
H A DNewGVN.cpp1453 int Offset = analyzeLoadFromClobberingMemInst(LoadType, LoadPtr, DepMI, DL);

Completed in 82 milliseconds