Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp100 bool canFixPastUses(const ArrayRef<MachineInstr *> &Uses,
243 if (!canFixPastUses(Uses, Add.getOperand(2), B)) in tryToCombine()
352 bool ARCOptAddrMode::canFixPastUses(const ArrayRef<MachineInstr *> &Uses, in canFixPastUses() function in ARCOptAddrMode