Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DepInfo

1302     MemDepResult DepInfo = Deps[i].getResult();
1304 if (!DepInfo.isDef() && !DepInfo.isClobber()) {
1309 if (DepInfo.isClobber()) {
1318 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) {
1335 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInfo.getInst())) {
1353 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) {
1369 // DepInfo.isDef() here
1371 Instruction *DepInst = DepInfo.getInst();