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 100 /// MergeBasicBlockIntoOnlyPred - BB is a block with one predecessor and its
105 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, Pass *P = 0);
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 325 MergeBasicBlockIntoOnlyPred(DestBB, this);
    [all...]
JumpThreading.cpp 651 MergeBasicBlockIntoOnlyPred(BB);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 429 /// MergeBasicBlockIntoOnlyPred - DestBB is a block with one predecessor and its
434 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, Pass *P) {
    [all...]

Completed in 399 milliseconds