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