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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1017 StoreInst *DepSI,
1020 if (DepSI->getValueOperand()->getType()->isStructTy() ||
1021 DepSI->getValueOperand()->getType()->isArrayTy())
1024 Value *StorePtr = DepSI->getPointerOperand();
1025 uint64_t StoreSize =DL.getTypeSizeInBits(DepSI->getValueOperand()->getType());
1404 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) {
1407 DepSI, *DL);
1410 DepSI->getValueOperand(),
1846 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) {
1849 DepSI, *D
1016 AnalyzeLoadFromClobberingStore(Type *LoadTy, Value *LoadPtr, StoreInst *DepSI, const DataLayout &DL) argument
[all...]

Completed in 992 milliseconds