Home
last modified time | relevance | path

Searched refs:TailMergeBlocks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h135 bool TailMergeBlocks(MachineFunction &MF);
H A DBranchFolding.cpp212 MadeChangeThisIteration = TailMergeBlocks(MF); in OptimizeFunction()
1012 bool BranchFolder::TailMergeBlocks(MachineFunction &MF) { in TailMergeBlocks() function in BranchFolder