Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp15792 const BranchInst *LoopEntryPredicate = in collectFromBlock() local
15794 if (!LoopEntryPredicate || LoopEntryPredicate->isUnconditional()) in collectFromBlock()
15797 Terms.emplace_back(LoopEntryPredicate->getCondition(), in collectFromBlock()
15798 LoopEntryPredicate->getSuccessor(0) == Pair.second); in collectFromBlock()