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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 358 BasicBlock *StoreBB = OnlyStore->getParent();
377 if (LI->getParent() == StoreBB) {
386 Info.UsingBlocks.push_back(StoreBB);
390 } else if (LI->getParent() != StoreBB &&
391 !DT.dominates(StoreBB, LI->getParent())) {
    [all...]
SimplifyCFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 3725 milliseconds