Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp136 class PPCBranchCoalescing : public MachineFunctionPass { class
164 PPCBranchCoalescing() : MachineFunctionPass(ID) { in PPCBranchCoalescing() function in __anon43811e350111::PPCBranchCoalescing
190 char PPCBranchCoalescing::ID = 0;
194 return new PPCBranchCoalescing(); in createPPCBranchCoalescingPass()
197 INITIALIZE_PASS_BEGIN(PPCBranchCoalescing, DEBUG_TYPE,
201 INITIALIZE_PASS_END(PPCBranchCoalescing, DEBUG_TYPE, "Branch Coalescing", in INITIALIZE_PASS_DEPENDENCY()
204 PPCBranchCoalescing::CoalescingCandidateInfo::CoalescingCandidateInfo() in INITIALIZE_PASS_DEPENDENCY()
208 void PPCBranchCoalescing::CoalescingCandidateInfo::clear() { in clear()
217 void PPCBranchCoalescing::initialize(MachineFunction &MF) { in initialize()
234 bool PPCBranchCoalescing::canCoalesceBranch(CoalescingCandidateInfo &Cand) { in canCoalesceBranch()
[all …]
H A DCMakeLists.txt26 PPCBranchCoalescing.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/
H A DMakefile18 PPCBranchCoalescing.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
H A DBUILD.gn63 "PPCBranchCoalescing.cpp",