Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp135 class PPCBranchCoalescing : public MachineFunctionPass { class
163 PPCBranchCoalescing() : MachineFunctionPass(ID) { in PPCBranchCoalescing() function in __anon861b6f5e0111::PPCBranchCoalescing
189 char PPCBranchCoalescing::ID = 0;
193 return new PPCBranchCoalescing(); in createPPCBranchCoalescingPass()
196 INITIALIZE_PASS_BEGIN(PPCBranchCoalescing, DEBUG_TYPE,
200 INITIALIZE_PASS_END(PPCBranchCoalescing, DEBUG_TYPE, "Branch Coalescing", in INITIALIZE_PASS_DEPENDENCY()
203 PPCBranchCoalescing::CoalescingCandidateInfo::CoalescingCandidateInfo() in INITIALIZE_PASS_DEPENDENCY()
207 void PPCBranchCoalescing::CoalescingCandidateInfo::clear() { in clear()
216 void PPCBranchCoalescing::initialize(MachineFunction &MF) { in initialize()
233 bool PPCBranchCoalescing::canCoalesceBranch(CoalescingCandidateInfo &Cand) { in canCoalesceBranch()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1504 SRCS_MIN+= Target/PowerPC/PPCBranchCoalescing.cpp