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 IsSelfLoop, bool SkipPrologueEpilogue);
635 bool LiveCPSR, bool IsSelfLoop) { in ReduceSpecial() argument
641 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
643 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
695 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
699 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
711 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
717 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
727 if (ReduceToNarrow(MBB, MI, NarrowEntry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
729 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
739 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
748 bool LiveCPSR, bool IsSelfLoop) { in ReduceTo2Addr() argument
829 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceTo2Addr()
863 bool LiveCPSR, bool IsSelfLoop) { in ReduceToNarrow() argument
921 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceToNarrow()
1016 bool LiveCPSR, bool IsSelfLoop, in ReduceMI() argument
1029 return ReduceSpecial(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceMI()
1033 ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI()
1038 ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI()
1070 bool IsSelfLoop = MBB.isSuccessor(&MBB); in ReduceMBB() local
1089 if (ReduceMI(MBB, MI, LiveCPSR, IsSelfLoop, SkipPrologueEpilogue)) { in ReduceMBB()
1120 IsSelfLoop = false; in ReduceMBB()
1125 IsSelfLoop = false; in ReduceMBB()