Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp136 struct CoalescingCandidateInfo { struct in __anon861b6f5e0111::PPCBranchCoalescing
144 CoalescingCandidateInfo();
154 bool canCoalesceBranch(CoalescingCandidateInfo &Cand);
157 bool validateCandidates(CoalescingCandidateInfo &SourceRegion,
158 CoalescingCandidateInfo &TargetRegion) const;
175 bool mergeCandidates(CoalescingCandidateInfo &SourceRegion,
176 CoalescingCandidateInfo &TargetRegion);
181 bool canMerge(CoalescingCandidateInfo &SourceRegion,
182 CoalescingCandidateInfo &TargetRegion) const;
203 PPCBranchCoalescing::CoalescingCandidateInfo::CoalescingCandidateInfo() in INITIALIZE_PASS_DEPENDENCY()
[all …]