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
187 char PPCBranchCoalescing::ID = 0;
191 return new PPCBranchCoalescing(); in createPPCBranchCoalescingPass()
194 INITIALIZE_PASS_BEGIN(PPCBranchCoalescing, DEBUG_TYPE,
198 INITIALIZE_PASS_END(PPCBranchCoalescing, DEBUG_TYPE, "Branch Coalescing", in INITIALIZE_PASS_DEPENDENCY()
201 PPCBranchCoalescing::CoalescingCandidateInfo::CoalescingCandidateInfo() in INITIALIZE_PASS_DEPENDENCY()
205 void PPCBranchCoalescing::CoalescingCandidateInfo::clear() { in clear()
214 void PPCBranchCoalescing::initialize(MachineFunction &MF) { in initialize()
231 bool PPCBranchCoalescing::canCoalesceBranch(CoalescingCandidateInfo &Cand) { in canCoalesceBranch()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1565 SRCS_MIN+= Target/PowerPC/PPCBranchCoalescing.cpp