Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp200 bool IsSelfLoop);
206 bool IsSelfLoop);
210 bool IsSelfLoop, bool SkipPrologueEpilogue);
638 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial()
826 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceTo2Addr()
917 canAddPseudoFlagDep(MI, IsSelfLoop)) in ReduceToNarrow()
1029 ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI()
1034 ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceMI()
1066 bool IsSelfLoop = MBB.isSuccessor(&MBB); in ReduceMBB() local
1116 IsSelfLoop = false; in ReduceMBB()
[all …]