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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp218 MachineInstr *CPSRDef; member in class:__anon5101::Thumb2SizeReduce
220 // When CPSRDef is null, this refers to CPSR defs in predecessors.
294 if (!CPSRDef)
300 for (const MachineOperand &MO : CPSRDef->operands()) {
1036 CPSRDef = nullptr;
1039 // Check predecessors for the latest CPSRDef.
1102 CPSRDef = nullptr;
1107 CPSRDef = MI;
1108 HighLatencyCPSR = isHighLatencyCPSR(CPSRDef);

Completed in 105 milliseconds