Searched refs:IsSelfLoop (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 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) { in ReduceSpecial() argument 638 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial() 640 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial() 692 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial() 696 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial() [all …]
|