Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp15373 const BranchInst *LoopEntryPredicate = in applyLoopGuards() local
15375 if (!LoopEntryPredicate || LoopEntryPredicate->isUnconditional()) in applyLoopGuards()
15378 Terms.emplace_back(LoopEntryPredicate->getCondition(), in applyLoopGuards()
15379 LoopEntryPredicate->getSuccessor(0) == Pair.second); in applyLoopGuards()