Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10478 const BranchInst *LoopEntryPredicate = in isBasicBlockEntryGuardedByCond() local
10480 if (!LoopEntryPredicate || in isBasicBlockEntryGuardedByCond()
10481 LoopEntryPredicate->isUnconditional()) in isBasicBlockEntryGuardedByCond()
10484 if (ProveViaCond(LoopEntryPredicate->getCondition(), in isBasicBlockEntryGuardedByCond()
10485 LoopEntryPredicate->getSuccessor(0) != Pair.second)) in isBasicBlockEntryGuardedByCond()
14046 const BranchInst *LoopEntryPredicate = in applyLoopGuards() local
14048 if (!LoopEntryPredicate || LoopEntryPredicate->isUnconditional()) in applyLoopGuards()
14051 bool EnterIfTrue = LoopEntryPredicate->getSuccessor(0) == Pair.second; in applyLoopGuards()
14054 Worklist.push_back(LoopEntryPredicate->getCondition()); in applyLoopGuards()