Searched refs:isBasicBlockEntryGuardedByCond (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 788 bool isBasicBlockEntryGuardedByCond(const BasicBlock *BB,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 10886 isBasicBlockEntryGuardedByCond(CtxI->getParent(), Pred, LHS, RHS); in isKnownPredicateAt() 10896 if (isBasicBlockEntryGuardedByCond(CtxI->getParent(), Pred, LHS, RHS)) in evaluatePredicateAt() 10898 if (isBasicBlockEntryGuardedByCond(CtxI->getParent(), in evaluatePredicateAt() 11429 bool ScalarEvolution::isBasicBlockEntryGuardedByCond(const BasicBlock *BB, in isBasicBlockEntryGuardedByCond() function in ScalarEvolution 11547 return isBasicBlockEntryGuardedByCond(L->getHeader(), Pred, LHS, RHS); in isLoopEntryGuardedByCond()
|