Searched refs:LoopEntryPredicate (Results 1 – 1 of 1) sorted by relevance
10201 const BranchInst *LoopEntryPredicate = in isBasicBlockEntryGuardedByCond() local10203 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() local13482 if (!LoopEntryPredicate || LoopEntryPredicate->isUnconditional()) in applyLoopGuards()13485 bool EnterIfTrue = LoopEntryPredicate->getSuccessor(0) == Pair.second; in applyLoopGuards()13488 Worklist.push_back(LoopEntryPredicate->getCondition()); in applyLoopGuards()