Lines Matching refs:IsSelfLoop
184 bool canAddPseudoFlagDep(MachineInstr *Use, bool IsSelfLoop);
194 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
200 bool IsSelfLoop);
206 bool IsSelfLoop);
210 bool LiveCPSR, bool IsSelfLoop);
625 bool LiveCPSR, bool IsSelfLoop) { in ReduceSpecial() argument
631 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
633 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
685 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
689 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
701 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
707 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
717 if (ReduceToNarrow(MBB, MI, NarrowEntry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
719 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
729 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
738 bool LiveCPSR, bool IsSelfLoop) { in ReduceTo2Addr() argument
819 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceTo2Addr()
853 bool LiveCPSR, bool IsSelfLoop) { in ReduceToNarrow() argument
911 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceToNarrow()
1006 bool LiveCPSR, bool IsSelfLoop) { in ReduceMI() argument
1015 return ReduceSpecial(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceMI()
1019 ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI()
1024 ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI()
1055 bool IsSelfLoop = MBB.isSuccessor(&MBB); in ReduceMBB() local
1074 if (ReduceMI(MBB, MI, LiveCPSR, IsSelfLoop)) { in ReduceMBB()
1105 IsSelfLoop = false; in ReduceMBB()
1110 IsSelfLoop = false; in ReduceMBB()