Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp341 auto PrepareExecInst = std::next(I); in runOnMachineFunction() local
342 if (PrepareExecInst == E) in runOnMachineFunction()
346 isLogicalOpOnExec(*PrepareExecInst) == CopyToExec) { in runOnMachineFunction()
347 LLVM_DEBUG(dbgs() << "Fold exec copy: " << *PrepareExecInst); in runOnMachineFunction()
349 PrepareExecInst->getOperand(0).setReg(Exec); in runOnMachineFunction()
351 LLVM_DEBUG(dbgs() << "into: " << *PrepareExecInst << '\n'); in runOnMachineFunction()