Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1651 ExitLimit computeExitLimit(const Loop *L, BasicBlock *ExitingBlock,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8550 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount()
8609 ScalarEvolution::computeExitLimit(const Loop *L, BasicBlock *ExitingBlock, in computeExitLimit() function in ScalarEvolution