Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDCorrelatedValuePropagation.cpp179 if (auto *CommonInst = dyn_cast<Instruction>(CommonValue)) in simplifyCommonValuePhi() local
180 if (!DT->dominates(CommonInst, ToBB)) in simplifyCommonValuePhi()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp3904 if (Instruction *CommonInst = dyn_cast<Instruction>(CommonValue)) in eraseCommonValueIfDead() local
3905 CommonInst->eraseFromParent(); in eraseCommonValueIfDead()