Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp183 bool canAddPseudoFlagDep(MachineInstr *Use, bool IsSelfLoop);
193 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
199 bool IsSelfLoop);
205 bool IsSelfLoop);
209 bool LiveCPSR, bool IsSelfLoop);
634 bool LiveCPSR, bool IsSelfLoop) { in ReduceSpecial() argument
640 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
642 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
694 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
698 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial()
[all …]