Searched defs:DepLI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1034 LoadInst *DepLI, const DataLayout &DL){
1036 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy())
1039 Value *DepPtr = DepLI->getPointerOperand();
1040 uint64_t DepSize = DL.getTypeSizeInBits(DepLI->getType());
1044 // If we have a load/load clobber an DepLI can be widened to cover this load,
1052 getLoadLoadClobberFullWidthSize(LoadBase, LoadOffs, LoadSize, DepLI, DL);
1161 // If we have a load/load clobber an DepLI can be widened to cover this
1421 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInfo.getInst())) {
1424 if (DepLI !
1033 AnalyzeLoadFromClobberingLoad(Type *LoadTy, Value *LoadPtr, LoadInst *DepLI, const DataLayout &DL) argument
[all...]

Completed in 113 milliseconds