Searched refs:IsSelfLoop (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | Thumb2SizeReduction.cpp | 200 bool IsSelfLoop); 206 bool IsSelfLoop); 210 bool LiveCPSR, bool IsSelfLoop); 819 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceTo2Addr() 911 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceToNarrow() 1019 ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI() 1024 ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI() 1055 bool IsSelfLoop = MBB.isSuccessor(&MBB); in ReduceMBB() local 1074 if (ReduceMI(MBB, MI, LiveCPSR, IsSelfLoop)) { in ReduceMBB() 1105 IsSelfLoop = false; in ReduceMBB() [all …]
|