Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp434 Instruction *BEOpInst = dyn_cast<Instruction>(BEOp); in findValueToReuse() local
435 if (!OpInst && !BEOpInst) { in findValueToReuse()
442 if ((OpInst && !BEOpInst) || (!OpInst && BEOpInst)) in findValueToReuse()
445 DepChain *D = getDepChainBtwn(OpInst, BEOpInst, Iters); in findValueToReuse()
474 Instruction *BEOpInst = dyn_cast<Instruction>(BEOp); in findValueToReuse() local
475 DepChain *D = getDepChainBtwn(OpInst, BEOpInst, Iters); in findValueToReuse()