Searched refs:LoopEntryPredicate (Results 1 – 3 of 3) sorted by relevance
7997 BranchInst *LoopEntryPredicate = in isLoopEntryGuardedByCond() local7999 if (!LoopEntryPredicate || in isLoopEntryGuardedByCond()8000 LoopEntryPredicate->isUnconditional()) in isLoopEntryGuardedByCond()8004 LoopEntryPredicate->getCondition(), in isLoopEntryGuardedByCond()8005 LoopEntryPredicate->getSuccessor(0) != Pair.second)) in isLoopEntryGuardedByCond()
9708 BranchInst *LoopEntryPredicate = in isLoopEntryGuardedByCond() local9710 if (!LoopEntryPredicate || in isLoopEntryGuardedByCond()9711 LoopEntryPredicate->isUnconditional()) in isLoopEntryGuardedByCond()9714 if (ProveViaCond(LoopEntryPredicate->getCondition(), in isLoopEntryGuardedByCond()9715 LoopEntryPredicate->getSuccessor(0) != Pair.second)) in isLoopEntryGuardedByCond()
15124 const BranchInst *LoopEntryPredicate = in applyLoopGuards() local15126 if (!LoopEntryPredicate || LoopEntryPredicate->isUnconditional()) in applyLoopGuards()15129 Terms.emplace_back(LoopEntryPredicate->getCondition(), in applyLoopGuards()15130 LoopEntryPredicate->getSuccessor(0) == Pair.second); in applyLoopGuards()