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 111 /// MergeBasicBlockIntoOnlyPred - BB is a block with one predecessor and its
116 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, Pass *P = nullptr);
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 283 MergeBasicBlockIntoOnlyPred(BB, this);
423 MergeBasicBlockIntoOnlyPred(DestBB, this);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 476 /// MergeBasicBlockIntoOnlyPred - DestBB is a block with one predecessor and its
481 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, Pass *P) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 676 MergeBasicBlockIntoOnlyPred(BB);
    [all...]

Completed in 861 milliseconds