Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1711 Instruction *EntInst = nullptr; in FindValueInExprValueMap() local
1712 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()