Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.h134 bool TailMergeBlocks(MachineFunction &MF);
H A DBranchFolding.cpp204 MadeChangeThisIteration = TailMergeBlocks(MF); in OptimizeFunction()
998 bool BranchFolder::TailMergeBlocks(MachineFunction &MF) { in TailMergeBlocks() function in BranchFolder