Searched refs:shouldSkip (Results 1 – 3 of 3) sorted by relevance
59 bool shouldSkip(const MachineInstr &MI, const MachineFunction &MF) const;75 AArch64DeadRegisterDefinitions::shouldSkip(const MachineInstr &MI, in shouldSkip() function in AArch64DeadRegisterDefinitions151 if (shouldSkip(MI, MF)) { in processMachineBasicBlock()
57 bool shouldSkip(const MachineBasicBlock &From,111 bool SIInsertSkips::shouldSkip(const MachineBasicBlock &From, in shouldSkip() function in SIInsertSkips155 !shouldSkip(MBB, MBB.getParent()->back())) in skipIfDead()313 if (!shouldSkip(**SrcMBB.succ_begin(), *DestBB)) in skipMaskBranch()
1057 static bool shouldSkip(BaseCommand *Cmd) { in shouldSkip() function1104 while (I != E && shouldSkip(*I)) in findOrphanPos()1366 std::find_if(I, E, [](BaseCommand *Cmd) { return !shouldSkip(Cmd); }); in sortSections()