Searched refs:FindRegDef (Results 1 – 1 of 1) sorted by relevance
4882 auto FindRegDef = [&MRI](MachineOperand &Op) -> const MachineInstr * { in analyzeLoopForPipelining() local4891 const MachineInstr *LHS = FindRegDef(Cond[1]); in analyzeLoopForPipelining()4892 const MachineInstr *RHS = FindRegDef(Cond[2]); in analyzeLoopForPipelining()