Lines Matching defs:IsSelfLoop
182 bool canAddPseudoFlagDep(MachineInstr *Use, bool IsSelfLoop);
192 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
198 bool IsSelfLoop);
204 bool IsSelfLoop);
208 bool IsSelfLoop, bool SkipPrologueEpilogue);
630 bool LiveCPSR, bool IsSelfLoop) {
636 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
638 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
690 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
694 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
706 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
712 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
722 if (ReduceToNarrow(MBB, MI, NarrowEntry, LiveCPSR, IsSelfLoop))
724 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
734 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
743 bool LiveCPSR, bool IsSelfLoop) {
827 canAddPseudoFlagDep(MI, IsSelfLoop))
861 bool LiveCPSR, bool IsSelfLoop) {
918 canAddPseudoFlagDep(MI, IsSelfLoop))
1013 bool LiveCPSR, bool IsSelfLoop,
1026 return ReduceSpecial(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
1030 ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
1035 ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
1067 bool IsSelfLoop = MBB.isSuccessor(&MBB);
1086 if (ReduceMI(MBB, MI, LiveCPSR, IsSelfLoop, SkipPrologueEpilogue)) {
1118 IsSelfLoop = false;
1123 IsSelfLoop = false;