Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp136 class PPCBranchCoalescing : public MachineFunctionPass { class
164 PPCBranchCoalescing() : MachineFunctionPass(ID) { in PPCBranchCoalescing() function in __anon1c6fd28e0111::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 …]
H A DCMakeLists.txt26 PPCBranchCoalescing.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
H A DBUILD.gn62 "PPCBranchCoalescing.cpp",