Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp10201 const BranchInst *LoopEntryPredicate = in isBasicBlockEntryGuardedByCond() local
10203 if (!LoopEntryPredicate || in isBasicBlockEntryGuardedByCond()
10204 LoopEntryPredicate->isUnconditional()) in isBasicBlockEntryGuardedByCond()
10207 if (ProveViaCond(LoopEntryPredicate->getCondition(), in isBasicBlockEntryGuardedByCond()
10208 LoopEntryPredicate->getSuccessor(0) != Pair.second)) in isBasicBlockEntryGuardedByCond()
13480 const BranchInst *LoopEntryPredicate = in applyLoopGuards() local
13482 if (!LoopEntryPredicate || LoopEntryPredicate->isUnconditional()) in applyLoopGuards()
13485 bool EnterIfTrue = LoopEntryPredicate->getSuccessor(0) == Pair.second; in applyLoopGuards()
13488 Worklist.push_back(LoopEntryPredicate->getCondition()); in applyLoopGuards()