Searched refs:MergeBasicBlockIntoOnlyPred (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h110 /// MergeBasicBlockIntoOnlyPred - BB is a block with one predecessor and its
115 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, Pass *P = 0);
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp252 MergeBasicBlockIntoOnlyPred(BB, this);
393 MergeBasicBlockIntoOnlyPred(DestBB, this);
H A DJumpThreading.cpp660 MergeBasicBlockIntoOnlyPred(BB);
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp475 /// MergeBasicBlockIntoOnlyPred - DestBB is a block with one predecessor and its
480 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, Pass *P) { function in class:llvm

Completed in 9235 milliseconds