Home | History | Annotate | Download | only in Utils

Lines Matching refs:StoreBB

342   BasicBlock *StoreBB = OnlyStore->getParent();
361 if (LI->getParent() == StoreBB) {
370 Info.UsingBlocks.push_back(StoreBB);
374 } else if (LI->getParent() != StoreBB &&
375 !DT.dominates(StoreBB, LI->getParent())) {