Searched refs:IsSelfLoop (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb2SizeReduction.cpp | 199 bool IsSelfLoop); 205 bool IsSelfLoop); 209 bool LiveCPSR, bool IsSelfLoop); 828 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceTo2Addr() 920 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceToNarrow() 1028 ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI() 1033 ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI() 1064 bool IsSelfLoop = MBB.isSuccessor(&MBB); in ReduceMBB() local 1083 if (ReduceMI(MBB, MI, LiveCPSR, IsSelfLoop)) { in ReduceMBB() 1114 IsSelfLoop = false; in ReduceMBB() [all …]
|