Home | History | Annotate | Download | only in Utils

Lines Matching defs:StoreBB

412   BasicBlock *StoreBB = OnlyStore->getParent();
431 if (LI->getParent() == StoreBB) {
440 Info.UsingBlocks.push_back(StoreBB);
444 } else if (LI->getParent() != StoreBB &&
445 !DT.dominates(StoreBB, LI->getParent())) {