Searched refs:IsSelfLoop (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 151 bool canAddPseudoFlagDep(MachineInstr *Use, bool IsSelfLoop); 161 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop); 167 bool IsSelfLoop); 173 bool IsSelfLoop); 177 bool LiveCPSR, bool IsSelfLoop); 528 bool LiveCPSR, bool IsSelfLoop) { in ReduceSpecial() argument 534 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial() 536 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial() 586 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial() 591 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial() [all …]
|