Searched refs:StoreBB (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp710 BasicBlock *StoreBB = SI.getParent(); local
715 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0);
723 if (P != StoreBB)
730 if (P != StoreBB) {
740 if (StoreBB == DestBB || OtherBB == DestBB)
769 // destinations is StoreBB, then we have the if/then case.
770 if (OtherBr->getSuccessor(0) != StoreBB &&
771 OtherBr->getSuccessor(1) != StoreBB)
774 // Okay, we know that OtherBr now goes to Dest and StoreBB, so this is an
794 // StoreBB
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp839 BasicBlock *StoreBB = OnlyStore->getParent(); local
858 if (LI->getParent() == StoreBB) {
867 Info.UsingBlocks.push_back(StoreBB);
871 } else if (LI->getParent() != StoreBB &&
872 !dominates(StoreBB, LI->getParent())) {

Completed in 130 milliseconds