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 = 0);
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 255 MergeBasicBlockIntoOnlyPred(BB, this);
396 MergeBasicBlockIntoOnlyPred(DestBB, this);
    [all...]
JumpThreading.cpp 662 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 308 milliseconds