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

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 112 /// MergeBasicBlockIntoOnlyPred - BB is a block with one predecessor and its
117 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, DominatorTree *DT = nullptr);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 548 /// MergeBasicBlockIntoOnlyPred - DestBB is a block with one predecessor and its
553 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, DominatorTree *DT) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 727 MergeBasicBlockIntoOnlyPred(BB);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 339 MergeBasicBlockIntoOnlyPred(BB, nullptr);
478 MergeBasicBlockIntoOnlyPred(DestBB, nullptr);
    [all...]

Completed in 302 milliseconds