Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp135 class PPCBranchCoalescing : public MachineFunctionPass { class
163 PPCBranchCoalescing() : MachineFunctionPass(ID) { in PPCBranchCoalescing() function in __anonbcd62b940111::PPCBranchCoalescing
189 char PPCBranchCoalescing::ID = 0;
193 return new PPCBranchCoalescing(); in createPPCBranchCoalescingPass()
196 INITIALIZE_PASS_BEGIN(PPCBranchCoalescing, DEBUG_TYPE,
207 void PPCBranchCoalescing::CoalescingCandidateInfo::clear() { in clear()
216 void PPCBranchCoalescing::initialize(MachineFunction &MF) { in initialize()
331 bool PPCBranchCoalescing::identicalOperands( in identicalOperands()
424 bool PPCBranchCoalescing::canMoveToBeginning(const MachineInstr &MI, in canMoveToBeginning()
455 bool PPCBranchCoalescing::canMoveToEnd(const MachineInstr &MI, in canMoveToEnd()
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1494 SRCS_MIN+= Target/PowerPC/PPCBranchCoalescing.cpp