HomeSort by relevance Sort by last modified time
    Searched defs:StoreBB (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 728 BasicBlock *StoreBB = SI.getParent();
733 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0);
741 if (P != StoreBB)
748 if (P != StoreBB) {
758 if (StoreBB == DestBB || OtherBB == DestBB)
787 // destinations is StoreBB, then we have the if/then case.
788 if (OtherBr->getSuccessor(0) != StoreBB &&
789 OtherBr->getSuccessor(1) != StoreBB)
792 // Okay, we know that OtherBr now goes to Dest and StoreBB, so this is an
812 // StoreBB
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 353 BasicBlock *StoreBB = OnlyStore->getParent();
372 if (LI->getParent() == StoreBB) {
381 Info.UsingBlocks.push_back(StoreBB);
385 } else if (LI->getParent() != StoreBB &&
386 !DT.dominates(StoreBB, LI->getParent())) {
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 201 milliseconds