Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp14724 const BranchInst *LoopEntryPredicate = in applyLoopGuards() local
14726 if (!LoopEntryPredicate || LoopEntryPredicate->isUnconditional()) in applyLoopGuards()
14729 Terms.emplace_back(LoopEntryPredicate->getCondition(), in applyLoopGuards()
14730 LoopEntryPredicate->getSuccessor(0) == Pair.second); in applyLoopGuards()