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 110 /// MergeBasicBlockIntoOnlyPred - BB is a block with one predecessor and its
115 void MergeBasicBlockIntoOnlyPred(BasicBlock *BB, Pass *P = 0);
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 252 MergeBasicBlockIntoOnlyPred(BB, this);
393 MergeBasicBlockIntoOnlyPred(DestBB, this);
    [all...]
JumpThreading.cpp 660 MergeBasicBlockIntoOnlyPred(BB);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 475 /// MergeBasicBlockIntoOnlyPred - DestBB is a block with one predecessor and its
480 void llvm::MergeBasicBlockIntoOnlyPred(BasicBlock *DestBB, Pass *P) {
    [all...]

Completed in 159 milliseconds