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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1793 Instruction *EntInst = nullptr; local
1794 if (V && isa<Instruction>(V) && (EntInst = cast<Instruction>(V)) &&
1796 EntInst->getFunction() == InsertPt->getFunction() &&
1797 SE.DT.dominates(EntInst, InsertPt) &&
1798 (SE.LI.getLoopFor(EntInst->getParent()) == nullptr ||
1799 SE.LI.getLoopFor(EntInst->getParent())->contains(InsertPt)))

Completed in 73 milliseconds