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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp65 bool expandMBB(MachineBasicBlock &MBB);
718 bool AArch64ExpandPseudo::expandMBB(MachineBasicBlock &MBB) { function in class:AArch64ExpandPseudo
736 Modified |= expandMBB(MBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp43 bool expandMBB(MachineBasicBlock &MBB);
81 Modified |= expandMBB(MBB);
85 bool RISCVExpandPseudo::expandMBB(MachineBasicBlock &MBB) { function in class:__anon5328::RISCVExpandPseudo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp69 bool expandMBB(MachineBasicBlock &MBB);
881 bool MipsExpandPseudo::expandMBB(MachineBasicBlock &MBB) { function in class:MipsExpandPseudo
901 Modified |= expandMBB(*MFI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp60 bool expandMBB(Block &MBB);
99 bool AVRExpandPseudo::expandMBB(MachineBasicBlock &MBB) { function in class:__anon5102::AVRExpandPseudo
130 bool BlockModified = expandMBB(MBB);

Completed in 131 milliseconds