Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp136 class PPCBranchCoalescing : public MachineFunctionPass { class
164 PPCBranchCoalescing() : MachineFunctionPass(ID) { in PPCBranchCoalescing() function in __anonf4141e120111::PPCBranchCoalescing
190 char PPCBranchCoalescing::ID = 0;
194 return new PPCBranchCoalescing(); in createPPCBranchCoalescingPass()
197 INITIALIZE_PASS_BEGIN(PPCBranchCoalescing, DEBUG_TYPE,
208 void PPCBranchCoalescing::CoalescingCandidateInfo::clear() { in clear()
217 void PPCBranchCoalescing::initialize(MachineFunction &MF) { in initialize()
332 bool PPCBranchCoalescing::identicalOperands( in identicalOperands()
427 bool PPCBranchCoalescing::canMoveToBeginning(const MachineInstr &MI, in canMoveToBeginning()
458 bool PPCBranchCoalescing::canMoveToEnd(const MachineInstr &MI, in canMoveToEnd()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1298 SRCS_MIN+= Target/PowerPC/PPCBranchCoalescing.cpp