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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp288 bool hasImplicitOverlap(const MachineInstr &MI, const MachineOperand &Use);
452 bool MachineCopyPropagation::hasImplicitOverlap(const MachineInstr &MI, function in class:MachineCopyPropagation
515 if (hasImplicitOverlap(MI, MOUse))
784 if (hasImplicitOverlap(MI, MODef))

Completed in 53 milliseconds