Home
last modified time | relevance | path

Searched refs:IsSelfLoop (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp181 bool canAddPseudoFlagDep(MachineInstr *Use, bool IsSelfLoop);
191 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
197 bool IsSelfLoop);
203 bool IsSelfLoop);
207 bool IsSelfLoop, bool SkipPrologueEpilogue);
629 bool LiveCPSR, bool IsSelfLoop) { in ReduceSpecial() argument
635 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
637 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
689 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
693 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
[all …]