Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp736 bool MergedCandidates = false; in runOnMachineFunction() local
738 MergedCandidates = false; in runOnMachineFunction()
773 MergedCandidates = mergeCandidates(Cand2, Cand1); in runOnMachineFunction()
774 if (MergedCandidates) in runOnMachineFunction()
779 } while (MergedCandidates); in runOnMachineFunction()