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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp183 bool canAddPseudoFlagDep(MachineInstr *Use, bool IsSelfLoop);
193 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
199 bool IsSelfLoop);
205 bool IsSelfLoop);
209 bool LiveCPSR, bool IsSelfLoop);
624 bool LiveCPSR, bool IsSelfLoop) {
630 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
632 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
684 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
688 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
622 ReduceSpecial(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
735 ReduceTo2Addr(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
850 ReduceToNarrow(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
1004 ReduceMI(MachineBasicBlock &MBB, MachineInstr *MI, bool LiveCPSR, bool IsSelfLoop) argument
1054 bool IsSelfLoop = MBB.isSuccessor(&MBB); local
[all...]

Completed in 100 milliseconds