Searched refs:FoldReturnIntoUncondBranch (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h197 /// FoldReturnIntoUncondBranch - This method duplicates the specified return
202 ReturnInst *FoldReturnIntoUncondBranch(ReturnInst *RI, BasicBlock *BB,
/external/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h227 ReturnInst *FoldReturnIntoUncondBranch(ReturnInst *RI, BasicBlock *BB,
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp612 EliminateRecursiveTailCall(CI, FoldReturnIntoUncondBranch(Ret, BB, Pred),
H A DCodeGenPrepare.cpp682 (void)FoldReturnIntoUncondBranch(RI, BB, CallBB);
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp700 ReturnInst *RI = FoldReturnIntoUncondBranch(Ret, BB, Pred);
703 // FoldReturnIntoUncondBranch, delete it. It is important to empty it,
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp651 /// FoldReturnIntoUncondBranch - This method duplicates the specified return
656 ReturnInst *llvm::FoldReturnIntoUncondBranch(ReturnInst *RI, BasicBlock *BB, function in class:llvm
H A DSimplifyCFG.cpp2212 (void)FoldReturnIntoUncondBranch(RI, BB, Pred);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp577 ReturnInst *llvm::FoldReturnIntoUncondBranch(ReturnInst *RI, BasicBlock *BB, function in class:llvm
H A DSimplifyCFG.cpp3686 (void)FoldReturnIntoUncondBranch(RI, BB, Pred);
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2063 (void)FoldReturnIntoUncondBranch(RI, BB, CallBB);

Completed in 209 milliseconds