Lines Matching refs:IsSelfLoop
151 bool canAddPseudoFlagDep(MachineInstr *Use, bool IsSelfLoop);
161 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
167 bool IsSelfLoop);
173 bool IsSelfLoop);
177 bool LiveCPSR, bool IsSelfLoop);
528 bool LiveCPSR, bool IsSelfLoop) { in ReduceSpecial() argument
534 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
536 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
586 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
591 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
603 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
609 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
619 if (ReduceToNarrow(MBB, MI, NarrowEntry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
621 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
630 bool LiveCPSR, bool IsSelfLoop) { in ReduceTo2Addr() argument
711 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceTo2Addr()
748 bool LiveCPSR, bool IsSelfLoop) { in ReduceToNarrow() argument
807 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceToNarrow()
890 bool LiveCPSR, bool IsSelfLoop) { in ReduceMI() argument
899 return ReduceSpecial(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceMI()
903 ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI()
908 ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI()
939 bool IsSelfLoop = MBB.isSuccessor(&MBB); in ReduceMBB() local
958 if (ReduceMI(MBB, MI, LiveCPSR, IsSelfLoop)) { in ReduceMBB()
989 IsSelfLoop = false; in ReduceMBB()
994 IsSelfLoop = false; in ReduceMBB()