Searched refs:allUsesAvailableAt (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | LiveRangeEdit.cpp | 106 bool LiveRangeEdit::allUsesAvailableAt(const MachineInstr *OrigMI, in allUsesAvailableAt() function in LiveRangeEdit 159 if (!allUsesAvailableAt(RM.OrigMI, DefIdx, UseIdx)) in canRematerializeAt() 213 if (!allUsesAvailableAt(DefMI, LIS.getInstructionIndex(*DefMI), in foldAsLoad()
|
| D | RegisterCoalescer.cpp | 206 bool allUsesAvailableAt(const MachineInstr *OrigMI, SlotIndex OrigIdx, 612 bool RegisterCoalescer::allUsesAvailableAt(const MachineInstr *OrigMI, in allUsesAvailableAt() function in RegisterCoalescer 617 .allUsesAvailableAt(OrigMI, OrigIdx, UseIdx); in allUsesAvailableAt() 1359 if (!allUsesAvailableAt(DefMI, ValNo->def, CopyIdx)) in reMaterializeTrivialDef()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | LiveRangeEdit.h | 207 bool allUsesAvailableAt(const MachineInstr *OrigMI, SlotIndex OrigIdx,
|