Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp4547 compareWithBackedgeCondition(SI->getCondition()); in visitUnknown()
4555 Optional<const SCEV *> Res = compareWithBackedgeCondition(I); in visitUnknown()
4571 Optional<const SCEV *> compareWithBackedgeCondition(Value *IC);
4581 SCEVBackedgeConditionFolder::compareWithBackedgeCondition(Value *IC) { in compareWithBackedgeCondition() function in __anonfd3761b61211::SCEVBackedgeConditionFolder