Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBranchFolding.h179 bool OptimizeBranches(MachineFunction &MF);
H A DBranchFolding.cpp212 MadeChangeThisIteration |= OptimizeBranches(MF); in OptimizeFunction()
1197 bool BranchFolder::OptimizeBranches(MachineFunction &MF) { in OptimizeBranches() function in BranchFolder