Searched refs:IsSelfLoop (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | Thumb2SizeReduction.cpp | 150 bool canAddPseudoFlagDep(MachineInstr *Use, bool IsSelfLoop); 160 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop); 166 bool IsSelfLoop); 172 bool IsSelfLoop); 176 bool LiveCPSR, bool IsSelfLoop); 530 bool LiveCPSR, bool IsSelfLoop) { in ReduceSpecial() argument 536 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial() 538 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial() 588 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial() 593 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial() [all …]
|