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.cpp15463 const BranchInst *LoopEntryPredicate = in collect() local
15465 if (!LoopEntryPredicate || LoopEntryPredicate->isUnconditional()) in collect()
15468 Terms.emplace_back(LoopEntryPredicate->getCondition(), in collect()
15469 LoopEntryPredicate->getSuccessor(0) == Pair.second); in collect()