Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7106 const SCEV *BEExact = Result.getExact(L, this); in getBackedgeTakenInfo() local
7107 if (BEExact != getCouldNotCompute()) { in getBackedgeTakenInfo()
7108 assert(isLoopInvariant(BEExact, L) && in getBackedgeTakenInfo()