Searched refs:CommonInst (Results 1 – 3 of 3) sorted by relevance
178 if (auto *CommonInst = dyn_cast<Instruction>(CommonValue)) in simplifyCommonValuePhi() local179 if (!DT->dominates(CommonInst, ToBB)) in simplifyCommonValuePhi()
6009 BinaryOperator *CommonInst = nullptr; in createNodeForPHIWithIdenticalOperands() local6015 if (CommonInst) { in createNodeForPHIWithIdenticalOperands()6016 if (!CommonInst->isIdenticalToWhenDefined(IncomingInst)) in createNodeForPHIWithIdenticalOperands()6020 CommonInst = IncomingInst; in createNodeForPHIWithIdenticalOperands()6023 if (!CommonInst) in createNodeForPHIWithIdenticalOperands()6027 const SCEV *CommonSCEV = getSCEV(CommonInst); in createNodeForPHIWithIdenticalOperands()
4241 if (Instruction *CommonInst = dyn_cast<Instruction>(CommonValue)) in eraseCommonValueIfDead() local4242 CommonInst->eraseFromParent(); in eraseCommonValueIfDead()