Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp7997 BranchInst *LoopEntryPredicate = in isLoopEntryGuardedByCond() local
7999 if (!LoopEntryPredicate || in isLoopEntryGuardedByCond()
8000 LoopEntryPredicate->isUnconditional()) in isLoopEntryGuardedByCond()
8004 LoopEntryPredicate->getCondition(), in isLoopEntryGuardedByCond()
8005 LoopEntryPredicate->getSuccessor(0) != Pair.second)) in isLoopEntryGuardedByCond()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp9708 BranchInst *LoopEntryPredicate = in isLoopEntryGuardedByCond() local
9710 if (!LoopEntryPredicate || in isLoopEntryGuardedByCond()
9711 LoopEntryPredicate->isUnconditional()) in isLoopEntryGuardedByCond()
9714 if (ProveViaCond(LoopEntryPredicate->getCondition(), in isLoopEntryGuardedByCond()
9715 LoopEntryPredicate->getSuccessor(0) != Pair.second)) in isLoopEntryGuardedByCond()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp15124 const BranchInst *LoopEntryPredicate = in applyLoopGuards() local
15126 if (!LoopEntryPredicate || LoopEntryPredicate->isUnconditional()) in applyLoopGuards()
15129 Terms.emplace_back(LoopEntryPredicate->getCondition(), in applyLoopGuards()
15130 LoopEntryPredicate->getSuccessor(0) == Pair.second); in applyLoopGuards()