Lines Matching defs: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);
632 bool LiveCPSR, bool IsSelfLoop) {
638 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
640 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
692 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
696 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
708 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
714 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
724 if (ReduceToNarrow(MBB, MI, NarrowEntry, LiveCPSR, IsSelfLoop))
726 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
736 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
745 bool LiveCPSR, bool IsSelfLoop) {
826 canAddPseudoFlagDep(MI, IsSelfLoop))
860 bool LiveCPSR, bool IsSelfLoop) {
917 canAddPseudoFlagDep(MI, IsSelfLoop))
1012 bool LiveCPSR, bool IsSelfLoop,
1025 return ReduceSpecial(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
1029 ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
1034 ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
1066 bool IsSelfLoop = MBB.isSuccessor(&MBB);
1085 if (ReduceMI(MBB, MI, LiveCPSR, IsSelfLoop, SkipPrologueEpilogue)) {
1117 IsSelfLoop = false;
1122 IsSelfLoop = false;