Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp15124 const BranchInst *LoopEntryPredicate = in applyLoopGuards() local
15126 if (!LoopEntryPredicate || LoopEntryPredicate->isUnconditional()) in applyLoopGuards()
15129 Terms.emplace_back(LoopEntryPredicate->getCondition(), in applyLoopGuards()
15130 LoopEntryPredicate->getSuccessor(0) == Pair.second); in applyLoopGuards()