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