Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVExpandPseudoInsts.cpp43 bool expandMBB(MachineBasicBlock &MBB);
81 Modified |= expandMBB(MBB); in runOnMachineFunction()
85 bool RISCVExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB() function in __anone297e63b0111::RISCVExpandPseudo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ExpandPseudoInsts.cpp65 bool expandMBB(MachineBasicBlock &MBB);
718 bool AArch64ExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB() function in AArch64ExpandPseudo
736 Modified |= expandMBB(MBB); in runOnMachineFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsExpandPseudo.cpp69 bool expandMBB(MachineBasicBlock &MBB);
881 bool MipsExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB() function in MipsExpandPseudo
901 Modified |= expandMBB(*MFI); in runOnMachineFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRExpandPseudoInsts.cpp60 bool expandMBB(Block &MBB);
99 bool AVRExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB() function in __anon9367ffff0111::AVRExpandPseudo
130 bool BlockModified = expandMBB(MBB); in runOnMachineFunction()