Searched refs:BEOpInst (Results 1 – 1 of 1) sorted by relevance
434 Instruction *BEOpInst = dyn_cast<Instruction>(BEOp); in findValueToReuse() local435 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() local475 DepChain *D = getDepChainBtwn(OpInst, BEOpInst, Iters); in findValueToReuse()