Searched refs:EntInst (Results 1 – 2 of 2) sorted by relevance
1641 Instruction *EntInst = nullptr; in FindValueInExprValueMap() local1643 (EntInst = cast<Instruction>(Ent)) && in FindValueInExprValueMap()1645 EntInst->getFunction() == InsertPt->getFunction() && in FindValueInExprValueMap()1646 SE.DT.dominates(EntInst, InsertPt) && in FindValueInExprValueMap()1647 (SE.LI.getLoopFor(EntInst->getParent()) == nullptr || in FindValueInExprValueMap()1648 SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt))) { in FindValueInExprValueMap()
1711 Instruction *EntInst = nullptr; in FindValueInExprValueMap() local1712 if (V && isa<Instruction>(V) && (EntInst = cast<Instruction>(V)) && in FindValueInExprValueMap()1714 EntInst->getFunction() == InsertPt->getFunction() && in FindValueInExprValueMap()1715 SE.DT.dominates(EntInst, InsertPt) && in FindValueInExprValueMap()1716 (SE.LI.getLoopFor(EntInst->getParent()) == nullptr || in FindValueInExprValueMap()1717 SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt))) in FindValueInExprValueMap()